Overkill32
New Member
- Joined
- May 13, 2011
- Messages
- 49
Im having some problem lately when using variable to specify a range. I'm currently using a loop with a variable "m" defined as an integer with whom i need to use the value as a row in a Range formula. i tried the following synthax but it gives me a "Run time error 1004 Application-defined or object-defined error""
Range("B" & m+1).Select
Any tips on how to fix this?
Range("B" & m+1).Select
Any tips on how to fix this?