i have this toggle button code that hides and unhides for me column E and D but now i want to also hide column P at the same time with them but without hididing the columns between them i just want to hide E,D,P
i use this code but i’m writing this on my phone but just to get an idea
private sub togglebutton_click()
columns (“E:D”) .Hidden = Not Columns (“E:D”) .hidden
thanks!
i use this code but i’m writing this on my phone but just to get an idea
private sub togglebutton_click()
columns (“E:D”) .Hidden = Not Columns (“E:D”) .hidden
thanks!