Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
Could someone please adbvise on the following * I would like to open a Excel workbook from within another workbook. It contains data & would like it to be hidden * would perform some searches on this hidden Data workbook from calling workbook (can I do that) * once done would like close this hidden datda workbook Thanks a lot |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Set wb = Workbooks("the_wb_name").Open ' do your stuff wb.Close -- HTH RP (remove nothere from the email address if mailing direct) "James" wrote in message ... Hi Could someone please adbvise on the following * I would like to open a Excel workbook from within another workbook. It contains data & would like it to be hidden * would perform some searches on this hidden Data workbook from calling workbook (can I do that) * once done would like close this hidden datda workbook Thanks a lot |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Bob, but how do I keep this open workbook Hidden while I work on it.
"Bob Phillips" wrote: Set wb = Workbooks("the_wb_name").Open ' do your stuff wb.Close -- HTH RP (remove nothere from the email address if mailing direct) "James" wrote in message ... Hi Could someone please adbvise on the following * I would like to open a Excel workbook from within another workbook. It contains data & would like it to be hidden * would perform some searches on this hidden Data workbook from calling workbook (can I do that) * once done would like close this hidden datda workbook Thanks a lot |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Set wb = Workbooks("the_wb_name").Open
wb.Windows(1).Visible = False ' do your stuff wb.Close -- Regards, Tom Ogilvy "James" wrote in message ... Thanks Bob, but how do I keep this open workbook Hidden while I work on it. "Bob Phillips" wrote: Set wb = Workbooks("the_wb_name").Open ' do your stuff wb.Close -- HTH RP (remove nothere from the email address if mailing direct) "James" wrote in message ... Hi Could someone please adbvise on the following * I would like to open a Excel workbook from within another workbook. It contains data & would like it to be hidden * would perform some searches on this hidden Data workbook from calling workbook (can I do that) * once done would like close this hidden datda workbook Thanks a lot |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy/ move selected data from workbooks to seperate worksheets or workbooks | Excel Worksheet Functions | |||
Hiding a button when hiding rows | Excel Discussion (Misc queries) | |||
workbooks keep hiding | Excel Discussion (Misc queries) | |||
Hiding workbooks on opening | Excel Programming | |||
Hiding worksheets and workbooks | Excel Programming |