Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Vasanth,
Am Wed, 6 Jun 2012 05:47:14 +0000 schrieb Vasanth: ------------------------------------------------------------------ The following feature cannot be saved in macro-free workbooks VB Project To continue saving as macro-free workbook click 'YES' ------------------------------------------------------------------ try: Application.DisplayAlerts = False ChDir "C:\My documents" ActiveWorkbook.SaveAs Filename:= _ "C:\My documents\User report.xlsx", _ FileFormat:=xlOpenXMLWorkbook, CreateBackup:=False Application.DisplayAlerts = True Regards Claus Busch -- Win XP PRof SP2 / Vista Ultimate SP2 Office 2003 SP2 /2007 Ultimate SP2 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Importing .xlsm, .xlsx with OLEDB | Excel Programming | |||
FYI Excel 2007: Saving a xlsm file with a hidden worksheet activated makes worksheet visible | Excel Programming | |||
problem saving xlsx file | Excel Discussion (Misc queries) | |||
Password security problem: view of the hiden worksheet in xlsm and xlsx file !? | Excel Programming | |||
saving xlsx file as xls changes currency symbols | Setting up and Configuration of Excel |