The_Steward
Board Regular
- Joined
- Nov 26, 2020
- Messages
- 63
- Office Version
- 365
- Platform
- Windows
Hey!
Trying get this code to work:
Error Code says it can't set formula property of rectangle.
I am trying to get shapes I created to in another part of macro to dynamically change their textframe when the cell they correspond with is changed.
Any help really appreciated.
Trying get this code to work:
VBA Code:
shapes.OLEFormat.Object.Formula = namesheet.Cells(names, 10)
Error Code says it can't set formula property of rectangle.
I am trying to get shapes I created to in another part of macro to dynamically change their textframe when the cell they correspond with is changed.
Any help really appreciated.