Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How can I have the macro / vba prompt me for the name of the workbook
and sheet each time I run it? Both the active sheet and the one I would be pulling from will be open, but the one I am pulling from will change in name and its sheet names will be different each time. Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Dec 7, 1:01 pm, wrote:
How can I have the macro / vba prompt me for the name of the workbook and sheet each time I run it? Both the active sheet and the one I would be pulling from will be open, but the one I am pulling from will change in name and its sheet names will be different each time. Thanks PS using Excel 2007 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You have one response over in the programming newsgroup.
Stick with one group and forget the multi-posting. Gord Dibben MS Excel MVP On Fri, 7 Dec 2007 10:01:36 -0800 (PST), wrote: How can I have the macro / vba prompt me for the name of the workbook and sheet each time I run it? Both the active sheet and the one I would be pulling from will be open, but the one I am pulling from will change in name and its sheet names will be different each time. Thanks |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way is to create a userform that has a combobox for each worksheet you need.
If you want to try, take a look at the userform in Myrna Larson and Bill Manville's compare program: http://www.cpearson.com/excel/whatsnew.htm look for compare.xla wrote: How can I have the macro / vba prompt me for the name of the workbook and sheet each time I run it? Both the active sheet and the one I would be pulling from will be open, but the one I am pulling from will change in name and its sheet names will be different each time. Thanks -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pulling info 2 cells and putting it in one | Excel Worksheet Functions | |||
Pulling Info | Excel Discussion (Misc queries) | |||
Pulling info from a list | Excel Worksheet Functions | |||
Pulling info from a master over to other worksheets. | Excel Discussion (Misc queries) | |||
Pulling info into another sheet | Excel Worksheet Functions |