Userforms, switching sheets
....this will make it a lot easy/better
with worksheets("sheet1")
.range("A1") = "foo"
.cells(2,1) = .range("A1")
end with
Especially after I asign them variables so I can easily change the name down
the road...
thanks again!
|