
Originally Posted by
rena
Thank you Martin and Ray!
Hmmm, Martin, I've tried to do what you suggested. I have to admit, it was the first time I ever entered anything into the VB thingamagig. This is what I entered into the Test (code) :
Private Sub Worksheet_SelectionChange(ByVal Target As Range) ...was there when I started....then your suggestion:
Function Test(ShetIndex As Integer, Address As String)
Test = Sheets(SheetIndex).Range(Address).Value
End Function
I also entered the info in A1 and B1 respectively. The column with the formula resulted in "#NAME?". I guess it would really be a good idea to become familiar with VB (I haven't got a clue). Then I decided to click on "Activate". No change resulted in the worksheet.
Perhaps I will have to do all of it manually. I have to give it some more thought.
Thank you so much for your input. I truly appreciate it.
Bookmarks