Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default workbook change and update


Hej I have a problem

I have a workbook with 3 worksheets, in the first wotksheet I insert
data that will used in the others sheets.

in the other sheets a calculation is made everytime a change a range
cel, but only if I am active in that cells, because when I place the
number in the first sheet nothing happens.

my code is:

Private Sub Worksheet_change(ByVal Target As Range)


If Intersect(Target, Range("D8")) Is Nothing Then
Exit Sub
Else
'Range("D38").GoalSeek Goal:=0, ChangingCell:=Range("D37")
End If

End Sub

this code is in sheet 2 and sheet free, but I want this to happen when
I change rangeD8 from the sheet 1.

Thanks for you time




--
Sofia Grave
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
Can one workbook/sheet update another workbook? jtpryan Excel Discussion (Misc queries) 0 November 13th 07 03:56 PM
Macro need to update the workbook x6v87qe Excel Discussion (Misc queries) 6 May 3rd 07 04:42 AM
Update from another sheet in same workbook Scorpvin Excel Discussion (Misc queries) 0 August 22nd 06 04:47 PM
Update a workbook from a script [email protected] Excel Discussion (Misc queries) 1 March 8th 06 02:30 PM
How to Update a link within a workbook Lynne Excel Worksheet Functions 1 January 31st 06 10:41 PM


All times are GMT +1. The time now is 04:26 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"