Thanks for your reply. I have created the following script using your code:
Sub Main
Dim App As femap.model
Set App = GetObject(,"femap.model")
Dim viewID As Long
Dim feView As femap.View
Set feView = App.feView
App.feAppGetActiveView( viewID )
App.feView.Get(viewID)...
Hi there,
I'm writing a small API macro which makes a snapshot of my currect Output view and pasts this image in word.
Using the 'Word Report Generator' as an example I have already created the part which takes a snapshot of the current view ans pasts it into ms Word.
I have been studying the...