Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Object doesn't support this property or method: 'doc.GetFrame'

i m trying to set border to table it gives an error    "Object doesn't support this property or method: 'doc.GetFrame'

Sub TableBorder

Set doc = ActiveDocument.GetSheetObject("CH01")

frame = doc.GetFrame

frame.BorderEffect = 1    'depressed border

doc.SetBorder frame

end sub

Can anyone help on this

0 Replies