00 Votes

Microsoft Excel: Which value does XlFixedFormatType.xlTypePDF have?

Question by Guest | 2015-01-08 at 18:10

At the moment, I am writing a script that should be able to do some Microsoft Excel automation. I have looked up some automations from the Internet and have tried to translate them.

However, in one of the codes, the following value is appearing:

Microsoft.Office.Interop.Excel.XlFixedFormatType.xlTypePDF

Apparently, this is a constant. Does someone know which value of this constant might have? Otherwise, I cannot translate the script.

ReplyPositiveNegative
0Best Answer0 Votes

XlFixedFormatType.xlTypePDF is a constant and its value is 0.

When translating your script, writing 0 instead of this constant should work.
2015-01-09 at 17:40

ReplyPositive Negative
Reply

Related Topics

Important Note

Please note: The contributions published on askingbox.com are contributions of users and should not substitute professional advice. They are not verified by independents and do not necessarily reflect the opinion of askingbox.com. Learn more.

Participate

Ask your own question or write your own article on askingbox.com. That’s how it’s done.