Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It the below msg box i want the value that is entered INTO the msg box to
NAME the file to Save. (eg. File 10) Sub Macro20() Range("A4").Select Selection.ClearContents res = InputBox("The MAXIMUM number of Sheets have been reached, This is a NEW COPY of the WorkBook.", "Company Name ....") If res = "" Then Exit Sub ActiveWindow.DisplayWorkbookTabs = False With ActiveWindow .DisplayHorizontalScrollBar = False .DisplayVerticalScrollBar = False End With End Sub What step needs to added to madify this so it will name it this? Corey.... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Number Format on Excel File saved from .html file | Excel Discussion (Misc queries) | |||
Saved *.csv file gives SYLK file type warning upon Excel 2003 open | Excel Discussion (Misc queries) | |||
How to tell number of spaces between values in saved text file fromthe original xls file | Excel Discussion (Misc queries) | |||
Determine if XL file opened from Outlook or a saved file | Excel Programming | |||
To get client data from a saved file back to the master file | Excel Discussion (Misc queries) |