Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
i like to have a code that insert sketched symbols in the right corner of my sheet. The Goal is, i have more than one different Sheets (A4, A3...) in my IDW.
How can i get the different sheet-formats (A4, A3....), so that i can calculate the right lower corner to get the insert point.
For Each oSheet In oIDW.Sheets Dim Format As String Format = ActiveSheet.Size MessageBox.Show(Format, "Title") Next
The above code only gets the format from the first side...
Who can help me?
Regards an a nice Weekend ...
Martin
Solved! Go to Solution.