G
Guest
This code works in VBA but not in vb.net
lrow = ActiveSheet.Cells(Rows.Count, "A").End(xlUp).Ro
xlUp and xldirection.xlup won't compile and activesheet.xldirection.xlup doesn't run
What am I missing here?!?!?
lrow = ActiveSheet.Cells(Rows.Count, "A").End(xlUp).Ro
xlUp and xldirection.xlup won't compile and activesheet.xldirection.xlup doesn't run
What am I missing here?!?!?