Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Feb 6, 10:04*pm, joel wrote:
th seasies wasy is to manual go to each sheet selecting the sheet in the vba project window and then tyhpe Cntl-A (select all) and press delete. It only should take 2 minutes. You can easily delete all the sheet by selecting all at once and starting from scratch. remove the vba code. *Then write a very simple macro to create the sheets for I = 1 to 50 sheets("sheet1").copy after:=sheets(sheets.count) next i -- joel ------------------------------------------------------------------------ joel's Profile: 229 View this thread:http://www.thecodecage.com/forumz/sh...d.php?t=176984 Microsoft Office Help You have to use VBIDE class. To get that you will have to add "Microsoft Visual Basic for Applications Extensibility x,xx" . Then you can write a macro to delete the entire code in 2 sec. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Delete code | Excel Programming | |||
Delete Code | Excel Programming | |||
Code to delete a Line in a another code | Excel Programming | |||
VBA code delete code but ask for password and unlock VBA protection | Excel Programming | |||
VBA code to delete VBA code in another Workbook | Excel Programming |