Technology Questions

Go Back   Technology Questions > Hardware Questions > Mobile Computers > Tablet PC > Tablet PC Software > Windows XP Tablet PC Newsgroup

Windows XP Tablet PC Newsgroup Join the discussions in the Microsoft Windows XP Tablet PC Newsgroup

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 08-16-2005, 08:26 AM
Elbert
Newsgroup Contributor
 
Posts: n/a
Cannot make macro to insert ink drawing in Word

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 08-16-2005, 08:26 AM
  #2 (permalink)  
Old 08-16-2005, 08:26 AM
Chris H.
Newsgroup Contributor
 
Posts: n/a
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



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 08-16-2005, 08:26 AM
Elbert
Newsgroup Contributor
 
Posts: n/a
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

>
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 08-16-2005, 08:26 AM
Chris H.
Newsgroup Contributor
 
Posts: n/a
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

>>
>>
>>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 08-16-2005, 08:26 AM
Josh Einstein
Newsgroup Contributor
 
Posts: n/a
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



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 08-16-2005, 08:26 AM
Elbert
Newsgroup Contributor
 
Posts: n/a
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

>
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 08-16-2005, 08:26 AM
Josh Einstein
Newsgroup Contributor
 
Posts: n/a
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

>>
>>
>>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #8 (permalink)  
Old 08-16-2005, 08:26 AM
Elbert
Newsgroup Contributor
 
Posts: n/a
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
> >>
> >>
> >>

>
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #9 (permalink)  
Old 08-16-2005, 08:28 AM
Josh Einstein
Newsgroup Contributor
 
Posts: n/a
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
>> >>
>> >>
>> >>

>>
>>
>>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
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?

All times are GMT -8. The time now is 12:17 AM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0