D
dino
After creating a textbox:
Worksheets(ActiveSheetName).Shapes.AddTextbox.Select
I try to set its formula (where sForm="Sheetname!B8"):
this works:
selection.Formula = sForm
this does not:
selection.Formula = "= " & sForm & " & "":"" "
Worksheets(ActiveSheetName).Shapes.AddTextbox.Select
I try to set its formula (where sForm="Sheetname!B8"):
this works:
selection.Formula = sForm
this does not:
selection.Formula = "= " & sForm & " & "":"" "