G
Gandalph
According to my book this command is read only, and returns the location of
the Upper Left Corner of a Range.
It returns Type "XlLocationInTable" I believe.
Can anybody assist as this would be a very useful command. I have tried
setting the returned value to type Variant but with no sucess - my code was
Dim TRows As Integer
Dim MyLocat As Variant
With Worksheets("Misc").Range("Fred")
TRows = .Rows.Count ' dummy test instruction
MyLocat = .LocationInTable.
End With
Any asistancve much appreciated.
the Upper Left Corner of a Range.
It returns Type "XlLocationInTable" I believe.
Can anybody assist as this would be a very useful command. I have tried
setting the returned value to type Variant but with no sucess - my code was
Dim TRows As Integer
Dim MyLocat As Variant
With Worksheets("Misc").Range("Fred")
TRows = .Rows.Count ' dummy test instruction
MyLocat = .LocationInTable.
End With
Any asistancve much appreciated.