VBForums
>
Visual Basic
>
Office Development
> change column name
PDA
Click to See Complete Forum and Search -->
:
change column name
leelaaa
Feb 22nd, 2005, 07:03 AM
How to dynamically change the column names in excell sheet
RobDog888
Feb 22nd, 2005, 12:50 PM
You mean like give the column a named range?
Sheet1.Columns(1).Name = "ReNamed"
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.