|
| | |||||||
| Windows XP Tablet PC Newsgroup Join the discussions in the Microsoft Windows XP Tablet PC Newsgroup |
| | LinkBack | Thread Tools |
| |||
| Re: Cannot make macro to insert ink drawing in Word That would be a Word issue, not directly related to Tablet PCs, so you might want to ask your question in one of the newsgroups which support Word. Make sure to mention what version you're using and what updates you've installed for Office. -- Chris H. Microsoft Windows MVP/Tablet PC Tablet Creations - http://nicecreations.us/ Associate Expert Expert Zone - www.microsoft.com/windowsxp/expertzone "Elbert" <Elbert@discussions.microsoft.com> wrote in message news:9208C77C-054F-4446-A19F-0650A69D7131@microsoft.com... > Hi, > Is it just me, or is it reallm impossible to record a macro to insert an > ink > drawing into a Word document? > > Thanks, > > Elbert |
| |||
| Re: Cannot make macro to insert ink drawing in Word Thanks--I'll try the Word forum. Elbert "Chris H." wrote: > That would be a Word issue, not directly related to Tablet PCs, so you might > want to ask your question in one of the newsgroups which support Word. Make > sure to mention what version you're using and what updates you've installed > for Office. > -- > Chris H. > Microsoft Windows MVP/Tablet PC > Tablet Creations - http://nicecreations.us/ > Associate Expert > Expert Zone - www.microsoft.com/windowsxp/expertzone > > > "Elbert" <Elbert@discussions.microsoft.com> wrote in message > news:9208C77C-054F-4446-A19F-0650A69D7131@microsoft.com... > > Hi, > > Is it just me, or is it reallm impossible to record a macro to insert an > > ink > > drawing into a Word document? > > > > Thanks, > > > > Elbert > > > |
| |||
| Re: Cannot make macro to insert ink drawing in Word When you post over there, make sure to mention the format in which you've saved the drawing. It might make a difference, I don't know. -- Chris H. Microsoft Windows MVP/Tablet PC Tablet Creations - http://nicecreations.us/ Associate Expert Expert Zone - www.microsoft.com/windowsxp/expertzone "Elbert" <Elbert@discussions.microsoft.com> wrote in message news:84449B87-FA1E-4ECB-BD11-D360C7549570@microsoft.com... > Thanks--I'll try the Word forum. > > Elbert > > "Chris H." wrote: > >> That would be a Word issue, not directly related to Tablet PCs, so you >> might >> want to ask your question in one of the newsgroups which support Word. >> Make >> sure to mention what version you're using and what updates you've >> installed >> for Office. >> -- >> Chris H. >> Microsoft Windows MVP/Tablet PC >> Tablet Creations - http://nicecreations.us/ >> Associate Expert >> Expert Zone - www.microsoft.com/windowsxp/expertzone >> >> >> "Elbert" <Elbert@discussions.microsoft.com> wrote in message >> news:9208C77C-054F-4446-A19F-0650A69D7131@microsoft.com... >> > Hi, >> > Is it just me, or is it reallm impossible to record a macro to insert >> > an >> > ink >> > drawing into a Word document? >> > >> > Thanks, >> > >> > Elbert >> >> >> |
| |||
| Re: Cannot make macro to insert ink drawing in Word Hey Elbert, I posted this solution a while back. It involves some VBA code and it involves invoking the "ink" toolbar programmatically using the CommandBarButton object. I dug this up in google: http://tinyurl.com/8u45j -- Josh Einstein Tablet Enhancements for Outlook 2.0 - Try it free for 14 days www.tabletoutlook.com "Elbert" <Elbert@discussions.microsoft.com> wrote in message news:9208C77C-054F-4446-A19F-0650A69D7131@microsoft.com... > Hi, > Is it just me, or is it reallm impossible to record a macro to insert an > ink > drawing into a Word document? > > Thanks, > > Elbert |
| |||
| Re: Cannot make macro to insert ink drawing in Word Josh, Thanks for the reply. Not being a VB programmer, in Word I created an empty macro, then edited it and pasted in your code. When I run it I get method 'execute' of object '_CommandBarButton' failed. Elbert "Josh Einstein" wrote: > Hey Elbert, I posted this solution a while back. It involves some VBA code > and it involves invoking the "ink" toolbar programmatically using the > CommandBarButton object. > > I dug this up in google: > > http://tinyurl.com/8u45j > > > -- > Josh Einstein > Tablet Enhancements for Outlook 2.0 - Try it free for 14 days > www.tabletoutlook.com > "Elbert" <Elbert@discussions.microsoft.com> wrote in message > news:9208C77C-054F-4446-A19F-0650A69D7131@microsoft.com... > > Hi, > > Is it just me, or is it reallm impossible to record a macro to insert an > > ink > > drawing into a Word document? > > > > Thanks, > > > > Elbert > > > |
| |||
| Re: Cannot make macro to insert ink drawing in Word Which version of Word are you using? -- Josh Einstein Tablet Enhancements for Outlook 2.0 - Try it free for 14 days www.tabletoutlook.com "Elbert" <Elbert@discussions.microsoft.com> wrote in message news:EF0D2AAA-5BC5-48C6-A15E-97F629E06A24@microsoft.com... > Josh, > > Thanks for the reply. Not being a VB programmer, in Word I created an > empty > macro, then edited it and pasted in your code. When I run it I get > > method 'execute' of object '_CommandBarButton' failed. > > Elbert > > "Josh Einstein" wrote: > >> Hey Elbert, I posted this solution a while back. It involves some VBA >> code >> and it involves invoking the "ink" toolbar programmatically using the >> CommandBarButton object. >> >> I dug this up in google: >> >> http://tinyurl.com/8u45j >> >> >> -- >> Josh Einstein >> Tablet Enhancements for Outlook 2.0 - Try it free for 14 days >> www.tabletoutlook.com >> "Elbert" <Elbert@discussions.microsoft.com> wrote in message >> news:9208C77C-054F-4446-A19F-0650A69D7131@microsoft.com... >> > Hi, >> > Is it just me, or is it reallm impossible to record a macro to insert >> > an >> > ink >> > drawing into a Word document? >> > >> > Thanks, >> > >> > Elbert >> >> >> |
| |||
| Re: Cannot make macro to insert ink drawing in Word Word 2003 (11.6359.6360) SP1 "Josh Einstein" wrote: > Which version of Word are you using? > > -- > Josh Einstein > Tablet Enhancements for Outlook 2.0 - Try it free for 14 days > www.tabletoutlook.com > > "Elbert" <Elbert@discussions.microsoft.com> wrote in message > news:EF0D2AAA-5BC5-48C6-A15E-97F629E06A24@microsoft.com... > > Josh, > > > > Thanks for the reply. Not being a VB programmer, in Word I created an > > empty > > macro, then edited it and pasted in your code. When I run it I get > > > > method 'execute' of object '_CommandBarButton' failed. > > > > Elbert > > > > "Josh Einstein" wrote: > > > >> Hey Elbert, I posted this solution a while back. It involves some VBA > >> code > >> and it involves invoking the "ink" toolbar programmatically using the > >> CommandBarButton object. > >> > >> I dug this up in google: > >> > >> http://tinyurl.com/8u45j > >> > >> > >> -- > >> Josh Einstein > >> Tablet Enhancements for Outlook 2.0 - Try it free for 14 days > >> www.tabletoutlook.com > >> "Elbert" <Elbert@discussions.microsoft.com> wrote in message > >> news:9208C77C-054F-4446-A19F-0650A69D7131@microsoft.com... > >> > Hi, > >> > Is it just me, or is it reallm impossible to record a macro to insert > >> > an > >> > ink > >> > drawing into a Word document? > >> > > >> > Thanks, > >> > > >> > Elbert > >> > >> > >> > > > |
| |||
| Re: Cannot make macro to insert ink drawing in Word I apologize for the delay. I got a new tablet and just now got around to loading up Outlook Express. I'll look into that macro code today. Josh "Elbert" <Elbert@discussions.microsoft.com> wrote in message news:02AFB867-D232-48D5-913A-206FF3165BEC@microsoft.com... > Word 2003 (11.6359.6360) SP1 > > "Josh Einstein" wrote: > >> Which version of Word are you using? >> >> -- >> Josh Einstein >> Tablet Enhancements for Outlook 2.0 - Try it free for 14 days >> www.tabletoutlook.com >> >> "Elbert" <Elbert@discussions.microsoft.com> wrote in message >> news:EF0D2AAA-5BC5-48C6-A15E-97F629E06A24@microsoft.com... >> > Josh, >> > >> > Thanks for the reply. Not being a VB programmer, in Word I created an >> > empty >> > macro, then edited it and pasted in your code. When I run it I get >> > >> > method 'execute' of object '_CommandBarButton' failed. >> > >> > Elbert >> > >> > "Josh Einstein" wrote: >> > >> >> Hey Elbert, I posted this solution a while back. It involves some VBA >> >> code >> >> and it involves invoking the "ink" toolbar programmatically using the >> >> CommandBarButton object. >> >> >> >> I dug this up in google: >> >> >> >> http://tinyurl.com/8u45j >> >> >> >> >> >> -- >> >> Josh Einstein >> >> Tablet Enhancements for Outlook 2.0 - Try it free for 14 days >> >> www.tabletoutlook.com >> >> "Elbert" <Elbert@discussions.microsoft.com> wrote in message >> >> news:9208C77C-054F-4446-A19F-0650A69D7131@microsoft.com... >> >> > Hi, >> >> > Is it just me, or is it reallm impossible to record a macro to >> >> > insert >> >> > an >> >> > ink >> >> > drawing into a Word document? >> >> > >> >> > Thanks, >> >> > >> >> > Elbert >> >> >> >> >> >> >> >> >> |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Copying Visio 2003 Drawing and Pasting into Word 2007 Document | Dobbie | Microsoft Office | 0 | 01-24-2008 06:50 AM |
| Word 2000 Won't Print with 'Drawing Objects' | jesse@prncomputers.com | Microsoft Office | 0 | 02-27-2007 12:30 PM |
| Open Drawing made in Pocket Word PPC 2002 in Word 2000? | Schrodinger | Pocket PC General | 5 | 02-18-2007 09:01 PM |
| Make a macro for manual feed printing | Jo | Microsoft Office | 1 | 01-15-2007 11:35 AM |
| Using ink and drawing area in Word | =?Utf-8?B?U3RlcGhhbmll?= | Windows XP Tablet PC Newsgroup | 4 | 06-29-2004 09:26 PM |
| New To Technology Questions? | Do You Need Help with Your Computer or Device? | Do You Need Help with this site? |