B
Benz
Hi,
I've been trying all sorts of things to get this to work.... and again I
find myself posting here. Im trying to have it so the when I launch this
userform it knows what table (theres multiple tables in the doc) cell&Row ,
then it copies the cell text from the same row but 2 columns to the left and
places that text in Textbox1 of the user form. Below is what i have so far,
ive tried everything! And would appreciate any help. Thank you in advance.
Addy = "& Chr(64 + Selection.Cells(1).ColumnIndex-1) &
Selection.Cells(1).RowIndex"
TextBox1.Text = Addy.Text
Ben Z.
I've been trying all sorts of things to get this to work.... and again I
find myself posting here. Im trying to have it so the when I launch this
userform it knows what table (theres multiple tables in the doc) cell&Row ,
then it copies the cell text from the same row but 2 columns to the left and
places that text in Textbox1 of the user form. Below is what i have so far,
ive tried everything! And would appreciate any help. Thank you in advance.
Addy = "& Chr(64 + Selection.Cells(1).ColumnIndex-1) &
Selection.Cells(1).RowIndex"
TextBox1.Text = Addy.Text
Ben Z.