Hi,
I'm trying to insert a database field (bigprac.longdesc) into an Excel chart as a cell's comment, but am failing miserably! I'm getting a syntax error with the following code:
I'm not sure what's wrong, & have checked other forum posts without luck, so any help very appreciated. TIA.
I'm trying to insert a database field (bigprac.longdesc) into an Excel chart as a cell's comment, but am failing miserably! I'm getting a syntax error with the following code:
Code:
With cells(i+spacesafter+1,4).AddComment
.Visible = False
.Text "ALLT(bigprac.longdesc)" & Date
End With
I'm not sure what's wrong, & have checked other forum posts without luck, so any help very appreciated. TIA.