Thread
:
Variable Question
View Single Post
#
1
Posted to microsoft.public.excel.programming
alvin Kuiper
external usenet poster
Posts: 175
Variable Question
Hi
If i have this
With Worksheets("Ark1")
Set cell = .Cells(Rows.Count, 1).End(xlUp)
End With
If Not IsEmpty(cell) Then Set cell = cell(2)
cell.Value = antal
What type is Cell as vaiable
Regards alvin
Reply With Quote
alvin Kuiper
View Public Profile
Find all posts by alvin Kuiper