Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
I have a problem with a Macro created:
Sub Font() ' ' Font Macro ' Macro recorded 03/01/2007 by Administrator ' If MsgBox("Are you sure you want a massive font?", vbYesNo, "Sure?") = vbYes Then Selection.WholeStory Selection.Font.Size = 72 If MsgBox("Are you sure you want it this massive?", vbYesNo) = vbNo Then Selection.WholeStory Selection.Font.Size = 32 Else End If Else End If End Sub On some pc's where I wokr it will not change the font size until after the second message, preventing the inital font size to change, whereas on other machines it will change the font size before the second message, working correctly as it should. Any help on this would be greatly appreciated Cheers |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Converting WordPerfect 12 files to Word 2003 | New Users | |||
take yet another lesson from wordperfect "reveal codes" | Microsoft Word Help | |||
How do I create Word macro that will run properly using copy/past. | Microsoft Word Help | |||
Word & WordPerfect | Microsoft Word Help | |||
Macro for Letter Settings Help | New Users |