cornflakegirl
Well-known Member
- Joined
- Nov 4, 2004
- Messages
- 2,023
I was wondering where the :vomit: emoticon was myself! 

Auughhh!!!!! Suprise and Terror!What pants?![]()
I was wondering where the :vomit: emoticon was myself!![]()
Damñed near ...
There's a whole bunch of useful smilies missing from this place!![]()
What pants?![]()
Sub Macro1()
Dim lRow
Dim ws As Worksheet
Set ws = Sheets("Sheet2")
lRow = ws.Cells.SpecialCells(xlLastCell).Row
MsgBox (lRow)
End Sub