I heart Excel
Board Regular
- Joined
- Feb 28, 2011
- Messages
- 66
Hello,
I have set up a form in Excel 2007 and once finished realised the person who will use the form has Excel 2003!!
I have amended the form but I have a problem... On the form there is a 'save as' button which saves the form as a specific name in another location. However it is saving it as an Excel 2007 macro form and then when I try and open this in 2003 it can't and won't!
Any ideas on how I can get this to save as 2003?! This is the code I have at the moment, and I have tried adding the Fileformat = 56, but it doesn't do anything -
Sub SaveAs()
ThisFile = Range("B11").Value & ".xls"
ActiveWorkbook.SaveAs Filename:="S:\pauldidy\Sickness Forms\Pending\" & ThisFile
End Sub
Thanks for you help,
I have set up a form in Excel 2007 and once finished realised the person who will use the form has Excel 2003!!
I have amended the form but I have a problem... On the form there is a 'save as' button which saves the form as a specific name in another location. However it is saving it as an Excel 2007 macro form and then when I try and open this in 2003 it can't and won't!
Any ideas on how I can get this to save as 2003?! This is the code I have at the moment, and I have tried adding the Fileformat = 56, but it doesn't do anything -
Sub SaveAs()
ThisFile = Range("B11").Value & ".xls"
ActiveWorkbook.SaveAs Filename:="S:\pauldidy\Sickness Forms\Pending\" & ThisFile
End Sub
Thanks for you help,