Thread
:
Width of ActiveCell
View Single Post
#
2
Posted to microsoft.public.excel.programming
Gary Keramidas
external usenet poster
Posts: 2,494
Width of ActiveCell
try this
Sub lw()
Dim p As Double
p = ActiveCell.Columns.ColumnWidth
MsgBox p
End Sub
--
Gary
"EXCEL NEWS" wrote in message
...
hi,
could you tell what is wrong with my sub
Sub lw()
ActiveCell.CurrentRegion.Width
End Sub
thanks
Reply With Quote
Gary Keramidas
View Public Profile
Find all posts by Gary Keramidas