H
hans.joachim.klotz
Hi
Following code doesn't work like my idea.
====================
Sub Makro8()
' Makro8 Makro
' Makro am 30.10.2005 von - - aufgezeichnet
' Wählt den Bereich von A2 bis zur letzen Zelle mit Inhalt aus. Ist
falsch 17:12:2005'
Range("A2").CurrentRegion.Select
End Sub
====================
The code mark the range from A1 and not from A2. The end is OK.
In a book for VBA Excel Handbook for WIN I red following code
Worksheets(2).[b2].CurrentRegions is a Range Objekt with all cells
starting from B2
My code fundamental is OK, it comes no error message
Can someone help me ?
Is there a big differnece between VBA for WIN and OS X ?
I haven't found no OS X specific VBA Forum..
Thanks
Jochen (.de)
Following code doesn't work like my idea.
====================
Sub Makro8()
' Makro8 Makro
' Makro am 30.10.2005 von - - aufgezeichnet
' Wählt den Bereich von A2 bis zur letzen Zelle mit Inhalt aus. Ist
falsch 17:12:2005'
Range("A2").CurrentRegion.Select
End Sub
====================
The code mark the range from A1 and not from A2. The end is OK.
In a book for VBA Excel Handbook for WIN I red following code
Worksheets(2).[b2].CurrentRegions is a Range Objekt with all cells
starting from B2
My code fundamental is OK, it comes no error message
Can someone help me ?
Is there a big differnece between VBA for WIN and OS X ?
I haven't found no OS X specific VBA Forum..
Thanks
Jochen (.de)