hello
i have a range c10:c300, i want to select the range where i have data.
e.g
i have data in c10:c50, then select the range c10:c50
thanx
hello
i have a range c10:c300, i want to select the range where i have data.
e.g
i have data in c10:c50, then select the range c10:c50
thanx
Maybe:
![]()
Range("C10:C300").SpecialCells(xlCellTypeConstants).Select
Hello
stnkynts
thanx its working, but if there is no data in range c10:c300 then there is coming up a bebug
how to solve
Maybe this
![]()
On Error Resume Next Range("C10:C300").SpecialCells(xlCellTypeConstants).Select
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks