I want to make a program that puts a shape at a user defined position. The plan is, that I am typing a cell name (for example "G7" in cell A1) in the cell A1. The value of the cell A1 ("G7") should be taken as the starting point of my shape (Shape starts at G7). Is this possible, because i do no really have a starting point on how to do it. And am i able to delete this shape before i create a new shape via VBA, or do I have to delete it by myself.
So shortly summorized. The value of Cell A1 is "G7". The value should be taken as the starting point for a shape. Reminder, The value of A1 could change.
Thanks for your help
I tried it with InputBox. I tried it as String. But I don't really have the knowledge to complete this code