+ Reply to Thread
Results 1 to 2 of 2

Thread: vReply as part of range not working : (

  1. #1
    Registered User
    Join Date
    09-24-2007
    Posts
    54

    vReply as part of range not working : (

    I have
    Dim vReply as String
    vReply = Inputbox ("STUFF HERE")
    
    Range("vReply & 28").Select
    Why doesn't that work?

    I have tried
    Range ("'vReply'  & 28").Select
    among others. Anyone know the proper way?
    Last edited by elfvis; 12-30-2011 at 12:53 PM.

  2. #2
    Forum Guru TMShucks's Avatar
    Join Date
    07-15-2010
    Location
    Manchester, England
    MS-Off Ver
    MSO 2003 & 2007
    Posts
    6,230

    Re: vReply as part of range not working : (

    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

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.2.0