Macro to Delete Column A and Column F
Hi All
I need assistance with a macro that will delete Column A and Column F [in every worksheet] of the workbook
Also one that will delete Row 1 to Row 5 same conditions as the columns
Thanks in advance
ExcelExperts.comExcel Consultancy, VBA Consultancy, Training and Tips Call:+442081234832 |
|
Excel / VBA ConsultancyFree Training VideosFree SpreadsheetsExcel / VBA JobsNavigationWho's onlineThere are currently 0 users and 420 guests online.
New Excel Experts
Current Excel / VBA Jobs |
Macro to Delete Column A and Column FHi All I need assistance with a macro that will delete Column A and Column F [in every worksheet] of the workbook Also one that will delete Row 1 to Row 5 same conditions as the columns Thanks in advance |
Highest Ranked Users
Recent Blogs
ForumsRecent comments
User login |
Don't think you need a macro
If you open the workbook - click on the first tab - then while holding the shift key - click on the last tab - all of the tab should now be highlighted. While all of the tabs are highlighted perform the delete column function and you will have deleted that column from all tabs - same process for deleting rows. Be sure to then click on a single tab before doing anything else or you will continue to make changes to all sheets in the workbook.