Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Cell shading in linked cells

I've got a workbook with several sheets that all have pretty much the same
list of spare parts on them that are all linked together somehow by formulas.
If I change the cell color on the master list I want the cell color to
change on all the lists. For example part A is overdue so I would change it
to red and all the sheets with part A on them would change to red. I hope
this makes sense.
Thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 510
Default Cell shading in linked cells

Hi,

For a start and to be adjusted to your specific needs ...

Sub Dependents()
ActiveCell.Copy
ActiveCell.Dependents.Select
Selection.PasteSpecial Paste:=xlFormats, Operation:=xlNone,
SkipBlanks:= _
False, Transpose:=False
Application.CutCopyMode = False
End Sub

HTH
Cheers
Carim

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Cell shading in linked cells

I'm assuming this is a macro which I am not very familiar with. But, I copy
and pasted what you type into my workbook. Was anything supposed to change?

"Carim" wrote:

Hi,

For a start and to be adjusted to your specific needs ...

Sub Dependents()
ActiveCell.Copy
ActiveCell.Dependents.Select
Selection.PasteSpecial Paste:=xlFormats, Operation:=xlNone,
SkipBlanks:= _
False, Transpose:=False
Application.CutCopyMode = False
End Sub

HTH
Cheers
Carim


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 510
Default Cell shading in linked cells

Hi,

Macros have to inserted into modules ...
To access Visual Basic press Alt F11...
Then from the menu, choose Insert Module ...
in the right part, you cn copy the macro ...

Back in your spreadsheet, you can call your macros with Alt F8
and select the macro you want to run ...

HTH
Cheers
Carim

LrngasIgo wrote:
I'm assuming this is a macro which I am not very familiar with. But, I copy
and pasted what you type into my workbook. Was anything supposed to change?

"Carim" wrote:

Hi,

For a start and to be adjusted to your specific needs ...

Sub Dependents()
ActiveCell.Copy
ActiveCell.Dependents.Select
Selection.PasteSpecial Paste:=xlFormats, Operation:=xlNone,
SkipBlanks:= _
False, Transpose:=False
Application.CutCopyMode = False
End Sub

HTH
Cheers
Carim



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Cell shading in linked cells

Hi,
I've tried to put this macro in and run it but it give me an error and this
line is highlighted.Selection.PasteSpecial Paste:=xlFormats,
Operation:=xlNone.
What am I doing wrong?
Thanks

"Carim" wrote:

Hi,

Macros have to inserted into modules ...
To access Visual Basic press Alt F11...
Then from the menu, choose Insert Module ...
in the right part, you cn copy the macro ...

Back in your spreadsheet, you can call your macros with Alt F8
and select the macro you want to run ...

HTH
Cheers
Carim

LrngasIgo wrote:
I'm assuming this is a macro which I am not very familiar with. But, I copy
and pasted what you type into my workbook. Was anything supposed to change?

"Carim" wrote:

Hi,

For a start and to be adjusted to your specific needs ...

Sub Dependents()
ActiveCell.Copy
ActiveCell.Dependents.Select
Selection.PasteSpecial Paste:=xlFormats, Operation:=xlNone,
SkipBlanks:= _
False, Transpose:=False
Application.CutCopyMode = False
End Sub

HTH
Cheers
Carim






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 25
Default Cell shading in linked cells

instead of "xlformats" use
xlPasteFormats

try the above.
In such cases
after typing pastespecial if you make a space you get the download list and
you can click the necesary item.


"LrngasIgo" wrote in message
...
Hi,
I've tried to put this macro in and run it but it give me an error and
this
line is highlighted.Selection.PasteSpecial Paste:=xlFormats,
Operation:=xlNone.
What am I doing wrong?
Thanks

"Carim" wrote:

Hi,

Macros have to inserted into modules ...
To access Visual Basic press Alt F11...
Then from the menu, choose Insert Module ...
in the right part, you cn copy the macro ...

Back in your spreadsheet, you can call your macros with Alt F8
and select the macro you want to run ...

HTH
Cheers
Carim

LrngasIgo wrote:
I'm assuming this is a macro which I am not very familiar with. But, I
copy
and pasted what you type into my workbook. Was anything supposed to
change?

"Carim" wrote:

Hi,

For a start and to be adjusted to your specific needs ...

Sub Dependents()
ActiveCell.Copy
ActiveCell.Dependents.Select
Selection.PasteSpecial Paste:=xlFormats, Operation:=xlNone,
SkipBlanks:= _
False, Transpose:=False
Application.CutCopyMode = False
End Sub

HTH
Cheers
Carim






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Linking Groups of cells between workbooks vnacj-joe Excel Discussion (Misc queries) 4 June 14th 07 05:18 PM
Compiling macro based on cell values simonsmith Excel Discussion (Misc queries) 1 May 16th 06 08:31 PM
How do I total range of cells that have checks in checkboxes? instructorjml Excel Discussion (Misc queries) 2 March 23rd 06 11:56 AM
Urgent date/scheduling calc needed jct Excel Worksheet Functions 3 February 24th 06 01:36 AM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM


All times are GMT +1. The time now is 03:48 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"