[VBA] - Hide Column in All Worksheet and Sum of a Column in all worksheet

rsolanki

New Member
Joined
Jul 30, 2024
Messages
6
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
Hello All,

How can i hide a column in all sheet of excel through VBA

How can i Sum a values of whole column in all sheets of excel through VBA?

Look forward to hear your suggestion

Thanks and regards,
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
You can get the code to hide a column or sum a column simply by turning on your Macro Recorder, and record yourself performing those steps manually on one of your sheets.
Then stop your Macro Recorder, and you will have the VBA to do that on one sheet. Then, simply drop that code in a VBA loop that looks through all sheets.
Here is a link to a past post that shows you how to loop through all the sheets in your workbook: VBA Loop through All Sheets Except Sheet1

Give it a shot, and see how far you get. If you need help, post back to this ticket with the code you put together, and we can help you make any necessary adjustments to it.
 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,176
Members
451,543
Latest member
cesymcox

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top