Hi all,
I would like to verify / identify the formatting and properties for objects, text, paragraphs, etc. within a Word document from an Excel file (using UDFs).
The example below shows a function (UDF) I have written to identify the font name for a specific cell in an Excel document:
Function FontName(MyRef)
Application.Volatile 'Forces recalculation
FontName = MyRef.Font.Name
End Function
Thank you for your help.
R
I would like to verify / identify the formatting and properties for objects, text, paragraphs, etc. within a Word document from an Excel file (using UDFs).
The example below shows a function (UDF) I have written to identify the font name for a specific cell in an Excel document:
Function FontName(MyRef)
Application.Volatile 'Forces recalculation
FontName = MyRef.Font.Name
End Function
Thank you for your help.
R