Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi. I have the following code (from a macro):
Worksheets.Add.Name = Format(Date, "mmm dd yy") Sheets("Next List").Select Range("A1:A25").Select Range("A25").Activate Selection.Copy Sheets(Name).Select Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False Sheets(Name).Select I'm a beginner in VB and Macros ... how can I "store" the name of the new worksheet I've created so I can select the right worksheet for the PasteSpecial command? Any and all help will be appreciated! Cindy |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
Why won't the "record macro" button show on worksheet | Excel Discussion (Misc queries) | |||
Macro to Create New Worksheet and Reference Cell in Old Worksheet As Tab Name - "Object Required" Error | Excel Discussion (Misc queries) | |||
Macro to concatenate into "B1" B2 thru B"x" based on new data in "Col A" | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel |