Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

General discussion

Trouble recording a macro in Word

Feb 20, 2006 5:49PM PST

I've been successfully recording macros in Word but have hit a road block trying to record the re-sizing of a shape. I can re-size the diamond shape when the recorder is not on but as soon as I try to record the move, nothing happens! It will record other adjustments to the shape but it won't let me re-size. Help!
I'm using Office 2003 with Windows Media Centre in a new kick *** MDG computer.
Any help is appreciated.

Discussion is locked

- Collapse -
If macro recording doesn't work ...
Feb 20, 2006 6:05PM PST

in this specific case, you'll have to code the code yourself, I'm afraid.

Kees

- Collapse -
If macro recording doesn't work ...
Feb 21, 2006 3:09AM PST

Thanks for your reply! I used to do the exact same thing with no trouble. The only changes have been from Windows XP Pro to Windows Media Centre. There's gotta be an explanation....I'm too computer ignorant to write code!....AHHHHH! Happy

- Collapse -
This might need experimenting.
Feb 21, 2006 7:27AM PST

Try to find another machine with Windows XP (Home or Pro) and Word 2003, and convince yourself that it works there. Then find another machine with Windows Media Center and Word 2003 and convince yourself that it doesn't work there with exactly the same document. It's important that it's the same document (mail or copy by diskette or USB-stick).

Media Centers are primarily meant for media, not for documents. But I agree it should work. So if it doesn't you've got a good reason to call Microsoft. If it's a real bug in their products, they won't charge you for the call.

Good luck,


Kees

- Collapse -
re: This might need experimenting.
Feb 21, 2006 9:10AM PST

Thank you so much for your input. I might give that a try!

- Collapse -
Or copy the macro.
Feb 21, 2006 6:56PM PST

Record it somewhere where it works. Then copy the crucial part of the contents to your own macro. Use any text document or mail to make the copying easier.

No need to really program, just copy (and maybe slightly modify) the code generated. If you need help with that, that might be possible here.

Hope this helps.


Kees