Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Application.Dialogs(xlDialogSaveAs).Show _
arg1:="Customer1" ActiveWorkbook.Worksheets("sheet1").Range("a1").Va lue & ".xls" - manges -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi thanks for the advice but it won't work!
It says Compile error, syntax error All I have done is associate the new details with my existing macro? What am I doing wrong?? "mangesh_yadav " wrote: Application.Dialogs(xlDialogSaveAs).Show _ arg1:="Customer1" & ActiveWorkbook.Worksheets("sheet1").Range("a1").Va lue & ".xls" - mangesh --- Message posted from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Difficult to imagine why you are getting the error. what else do yo
have in the code. - Manges -- Message posted from http://www.ExcelForum.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Custom macro and custom button | New Users to Excel | |||
2003 - 2007 custom macro and custom button restore. | Excel Discussion (Misc queries) | |||
Command Button Save As Application.ExecuteExcel4Macro ("SAVE.AS?() | Excel Discussion (Misc queries) | |||
how to get disk icon on save button of save as dialog like 2000 | Excel Discussion (Misc queries) | |||
Delete a custom button by holding down the ALT key and dragging the button off the toolbar | Excel Programming |