Computing.Net > Forums > Office Software > user input in a macro by using vba

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.

user input in a macro by using vba

Reply to Message Icon

Name: Joezhou
Date: July 20, 2003 at 22:04:51 Pacific
OS: xp
CPU/Ram: xp
Comment:

What I am trying to do is to ask user to select several columns from one worksheets and then then copy it to another worksheet. This process is in the middle of one macro that I created. Which syntax I need to use to get the user input?



Sponsored Link
Ads by Google

Response Number 1
Name: A Certain TH
Date: July 23, 2003 at 13:26:38 Pacific
Reply:

Several ways of doing this. None "simple".

Most sensible way is to use a form which allows users to select areas of a sheet via a RefEdit item. Other ways include asking user to manually input row/col references. Another way is to guess what they want copied, and ask them to confirm before doing so.

Why can't your macro work out which part will be chosen?

Tom


0
Reply to Message Icon

Related Posts

See More


picture it Inserting an object throu...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Office Software Forum Home


Sponsored links

Ads by Google


Results for: user input in a macro by using vba

Adding values standing in columns www.computing.net/answers/office/adding-values-standing-in-columns-/8212.html

MS Excel Cell www.computing.net/answers/office/ms-excel-cell/5908.html

Macro to request user type in information www.computing.net/answers/office/macro-to-request-user-type-in-information/8888.html