Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Trying to assign a cell name as SAVE and have it save the sheet I am working
on to a folder when I click on it. Is this possible? Thx |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi
confused. do you want to save the sheet to another file with name in a cell?? or do you just want to save a range on the sheets? is the folder a fixed file path? button? do you mean a command button on the sheet or icon on the toolbar? regards FSt1 "John Petranek" wrote: Trying to assign a cell name as SAVE and have it save the sheet I am working on to a folder when I click on it. Is this possible? Thx |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi
after reading your other post, i think this may be what your are after. ActiveSheet.Copy 'Workbooks.Add 'Range("A1").PasteSpecial xlPasteAll Application.Dialogs(xlDialogSaveAs).Show you wont be able to type the word save in a cell to launch the macro. you can put a label from the control toolbox on the sheet, size it to the same size as the cell, then type the word save in the label. the right click the label and click view code. this should default in...... Private sub label1_chick() end sub paste the above code between sub and end sub. Regards FSt1 "FSt1" wrote: hi confused. do you want to save the sheet to another file with name in a cell?? or do you just want to save a range on the sheets? is the folder a fixed file path? button? do you mean a command button on the sheet or icon on the toolbar? regards FSt1 "John Petranek" wrote: Trying to assign a cell name as SAVE and have it save the sheet I am working on to a folder when I click on it. Is this possible? Thx |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel button to save sheet contents to new workbook | Excel Programming | |||
Adding button in sheet & assigning it to a macro | Excel Programming | |||
save only active sheet Button. | Excel Discussion (Misc queries) | |||
Need help, Seq numbers, Save filename & A button on sheet. | Excel Discussion (Misc queries) | |||
Assigning name to button | Excel Programming |