A
Allan Schuster Bach
I want to get the name form a style in a .Net application
VBA code in word (working)
debug .print selection.style
..Net code in application
with worddocument.selection
.style = "Normal" (Working)
msgbox (.style) (Not working
end with
What is wrong?
Bach
VBA code in word (working)
debug .print selection.style
..Net code in application
with worddocument.selection
.style = "Normal" (Working)
msgbox (.style) (Not working
end with
What is wrong?
Bach