purple5621
New Member
- Joined
- Jun 11, 2021
- Messages
- 3
- Office Version
- 2019
- Platform
- Windows
Hi All!
I am very new to VBA and working on a project that is way out of my league. I would really appreciate some help
I am trying to write a code that will allow 2-way entry between cells on many different sheets. I have been able to find some code that links multiple cells on one sheet to multiple cells on another sheet. But I am trying to link some cells from sheet1 to cells on sheet2 and then link different cells on sheet1 to cells on sheet3. I am hoping to link different cells on sheet1 to many different sheets in the workbook.
Here is what I am hoping to be able to do:
Sheet1 B4:P4 linked to Sheet2 C26:C41
Sheet1 B5:P5 linked to Sheet3 C:26:C41
Sheet1 B6:P6 linked to Sheet4 C26:C41
Sheet1 B7:P7 linked to Sheet5 C26:C41
.
.
Sheet1 B37:P37 linked to Sheet38 C26:C41
Thanks!
I am very new to VBA and working on a project that is way out of my league. I would really appreciate some help
I am trying to write a code that will allow 2-way entry between cells on many different sheets. I have been able to find some code that links multiple cells on one sheet to multiple cells on another sheet. But I am trying to link some cells from sheet1 to cells on sheet2 and then link different cells on sheet1 to cells on sheet3. I am hoping to link different cells on sheet1 to many different sheets in the workbook.
Here is what I am hoping to be able to do:
Sheet1 B4:P4 linked to Sheet2 C26:C41
Sheet1 B5:P5 linked to Sheet3 C:26:C41
Sheet1 B6:P6 linked to Sheet4 C26:C41
Sheet1 B7:P7 linked to Sheet5 C26:C41
.
.
Sheet1 B37:P37 linked to Sheet38 C26:C41
Thanks!