View Single Post
 
Old 11-16-2014, 12:54 PM
tintin007 tintin007 is offline Windows XP Office 2007
Novice
 
Join Date: Nov 2014
Posts: 4
tintin007 is on a distinguished road
Default obejct not supported

Hi,
thanks for your reply. the line save as come back as object not supported.

Code:
.SaveAs2 FileName:=strPath & strNum & strName & ".docx"
what does this line do. is it checking for data in the text box tbpanelnumber ??

Code:
If LCase(oCC.Title) = "tbpanelnumber" Then
Reply With Quote