Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I have an excel sheet where first 3 columns are in freeze. There are in all 30 columns and every day one new column in added at the end. I want to display only last 3 columns after first 3 frozen columns. This is in excel vba.

My searches are all showing me how to freeze columns and rows which is not needed here.

Any help would be very helpful..!!

Thanks..!!

What I have tried:

My searches are all showing me how to freeze columns and rows which is not needed here.
Posted
Updated 12-Apr-18 1:25am

1 solution

See Find The Last Column[^]. If you position at the rightmost column then the latest should be visible.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900