I have
Why doesn't that work?Dim vReply as String vReply = Inputbox ("STUFF HERE") Range("vReply & 28").Select
I have tried
among others. Anyone know the proper way?Range ("'vReply' & 28").Select
Last edited by elfvis; 12-30-2011 at 12:53 PM.
Your post does not comply with Rule 3 of our Forum RULES. Use code tags around code. Posting code without them makes your code hard to read and difficult to be copied for testing. Highlight your code and click the # at the top of your post window. For more information about these and other tags, found here
But try:
Range(vReply & 28).Select
Regards, TMS
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks