Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to make it so that when a user inputs the amount of trips they
have taken, Excel automatically copys that amount of worksheets. I made a Macro that copys the worksheets but im not sure how to integrate that into an input box. the copy sheet code: Sheets("Individual Trip").Select Sheets("Individual Trip").Copy After:=Sheets(3) Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trouble With Text Input | Excel Discussion (Misc queries) | |||
How to input pictures automatically based on cell input? | Excel Worksheet Functions | |||
input in number form is being multiplied by 1000 when i input. | Excel Discussion (Misc queries) | |||
Trouble with saving user input in an Excel Form. | Excel Discussion (Misc queries) | |||
CODE to select range based on User Input or Value of Input Field | Excel Programming |