mtheriault2000
Well-known Member
- Joined
- Oct 23, 2008
- Messages
- 826
Hello
How can i define a variable:Listing as a range value
My actual code
The actual code is not functioning
Martin
How can i define a variable:Listing as a range value
My actual code
Code:
dim Listing as range
listing = Sheets("Formulaire").Range("OrderListing").Address
listing.Offset(ct, C) = TwsLink.GET_ORDER_VAL(v, 1)
The actual code is not functioning
Martin