Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I recorded the following macro to copy and insert a new daily report sheet
and then it protects the sheet so my guys dont change my formulas. What I need now is to add code to the end of this macro to bring up an input box to change the tab name to a user defined date. How do I do this? Thanks in advance, Lisa Sub NewSheet() ' ' NewSheet Macro ' New Formatted Sheet ' ' Keyboard Shortcut: Ctrl+n ' Sheets("Blank Sheet").Select Sheets("Blank Sheet").Copy After:=Worksheets(Worksheets.Count) ActiveSheet.Protect DrawingObjects:=True, Contents:=True, Scenarios:=True End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I have an input form to add a random no. to each input entry? | Excel Discussion (Misc queries) | |||
***Two Input Data Tables*** | Excel Discussion (Misc queries) | |||
input box | Excel Discussion (Misc queries) | |||
Input Form vba help | Excel Discussion (Misc queries) | |||
can you input time (hh:mm:ss) without having to input the colon i. | Excel Discussion (Misc queries) |