![]() |
#1
|
|||
|
|||
![]()
I've been making macros for years in Office. I can not even make a simple macro in Word 2013 that my office switched to!
![]() This is what I do in Excel for changing cell(s) background color Sub Green() ' Green Cell(s) ' Ctrl+Shift+G ' Macro edited 9/27/2008 by Steven Silvera With Selection.Interior .Pattern = xlSolid .PatternColorIndex = xlAutomatic .Color = 13434828 .TintAndShade = 0 .PatternTintAndShade = 0 End With End Sub I know the above is not appropriate for Word. Please let me know if you have a macro for Word that works similar |
Tags |
macro |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Macro now fails in Word 2013 after working for more than a year; still works in 2007 | cyraxote | Word VBA | 10 | 09-05-2015 12:33 AM |
Looking for Help to Create a Macro (Sort) | rsrasc | Word VBA | 5 | 04-16-2014 03:25 AM |
![]() |
Baldeagle | Word VBA | 3 | 09-30-2013 03:56 AM |
macro works on windows, not on mac | iiiiifffff | Word VBA | 2 | 04-03-2013 12:42 PM |
![]() |
tinfanide | Excel Programming | 5 | 12-03-2011 12:53 AM |