Thread
:
Using variables to reference columns in VBA
View Single Post
#
2
Posted to microsoft.public.excel.programming
mudraker[_233_]
external usenet poster
Posts: 1
Using variables to reference columns in VBA
aktiv
Try
txtColumnStart = "A"
txtColumEnd = "C"
Columns(txtColumnStart & ":" & txtColumEnd).ColumnWidth =
txtColumnWidth
---
Message posted from
http://www.ExcelForum.com/
Reply With Quote
mudraker[_233_]
View Public Profile
Find all posts by mudraker[_233_]