Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
Excel 2003 (SP2): In my macro i am creating new workbook and using copy method to copy sheet format, page setting etc to newly added sheet. I am not using template as there are many users and it is not feasible to provide every body to access share template on a server. Hence i decided to follow sheets.copy approach. But my need is to avoid user from displaying/hiding data filling activity in sheet; new sheet insert process hence i am using Workbooks.IsAddin and oWB.Application.Windows(1).Visible to hide workbook from user. But due to this Copy method is failing. I tried ScreenUpdating & Interactive properties but still i am able to see the updates made to workbook. Is there any proper way to avoid updates to be displayed/hideen from user. Any help is highly appreciated. Regards, Amit |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VB Method to copy and save only one sheet of the active workbook | Excel Programming | |||
sheet copy method fails... | Excel Programming | |||
Edit / Move or copy sheet stopped working in Excel 2003 | Excel Worksheet Functions | |||
Excel Copy Method Failing. | Excel Programming | |||
GetOpenFileName method different in Excel xp/2003 from Excel 2000. | Excel Programming |