N
NG_AU
Hi Guys
I have a routine SetCustomPropertyValue (originally from SDK from memory) &
I now want to add a formula in the value column of the Shape Data section of
the shapes shape sheet.
I am using the call below
Call VisioShapeEvents.SetCustomPropertyValue _
(vsoShape, _
"CPURAMDisk", _
"Prop._VisDM_CPU_MHz & " & Chr(34) & " / " & Chr(34) & "
& Prop._VisDM_Memory_MB & " & Chr(34) & " / " & Chr(34) & "&
Prop.HardDriveSize", _
231)
Unfortunately I cannot get the formula without the leading & trailing quotes
around the formula, notice I have tried CHR(34) this works find, but I cant
get rid of the leading & trailing "s.
Any one ever been able to do this ?
TIA
NG
I have a routine SetCustomPropertyValue (originally from SDK from memory) &
I now want to add a formula in the value column of the Shape Data section of
the shapes shape sheet.
I am using the call below
Call VisioShapeEvents.SetCustomPropertyValue _
(vsoShape, _
"CPURAMDisk", _
"Prop._VisDM_CPU_MHz & " & Chr(34) & " / " & Chr(34) & "
& Prop._VisDM_Memory_MB & " & Chr(34) & " / " & Chr(34) & "&
Prop.HardDriveSize", _
231)
Unfortunately I cannot get the formula without the leading & trailing quotes
around the formula, notice I have tried CHR(34) this works find, but I cant
get rid of the leading & trailing "s.
Any one ever been able to do this ?
TIA
NG