Numeric equivalent to wdFieldEmpty

M

M.L.Srinivas

Hi,

I'm using late binding and hence i cann't use the
term 'wdFieldEmpty', while creating a field. What is the
numeric equivalent to this?

And where can I find the numeric equivalents to other
constants?

Thanks
M.L.Srinivas
 
P

Pete Bennett

That'll be -1

If you know the name, just type it into the immediate window...

?wdFieldEmpty

And you can use the Object Browser (F2) to look up other constants and
browse around...
 
P

Pete Bennett

That'll be -1

You can use the immediate window to display the values if you just want one
name

?wdFieldEmpty

Or use the Object Browser (F2) where you can look up any other constants and
generally browse around the Word Object Model.
 
M

M.L.Srinivas

Hi Mr. Bennett

Thanks
M.L.Srinivas
-----Original Message-----
That'll be -1

If you know the name, just type it into the immediate window...

?wdFieldEmpty

And you can use the Object Browser (F2) to look up other constants and
browse around...


.
 
Top