G
GregJG
I am trying to get a
multipage1.pages(1).textbox1
to show all the text in all the cells of an
activeworkbook.worksheets("sheet2")
this is one of many variants I have tried.
Me.MultiPage1.Pages(1).TextBox1.Value
Worksheets("sheet2").Range("A1:N80")
Me.MultiPage1.Pages(1).SetFocus
I cannot seem to get any results. could anyone help?
thanks
multipage1.pages(1).textbox1
to show all the text in all the cells of an
activeworkbook.worksheets("sheet2")
this is one of many variants I have tried.
Me.MultiPage1.Pages(1).TextBox1.Value
Worksheets("sheet2").Range("A1:N80")
Me.MultiPage1.Pages(1).SetFocus
I cannot seem to get any results. could anyone help?
thanks