Worksheet_Change

maicolpue

New Member
Joined
Oct 14, 2002
Messages
11
Hi.
I have this instruccion in the sheet declaration. No problem.It works very well
But, when i run it in other computater, it dosn't work.

Where is the problem ??

Thx.
 
try this code: (EDITED)

Code:
Private Sub Workbook_SheetCalculate(ByVal Sh As Object)
If ActiveCell.Address<> "$C$3" Then Exit Sub
Call extrae_profes
End Sub

hth
kevin
This message was edited by kskinne on 2002-10-17 12:01
This message was edited by kskinne on 2002-10-17 12:02
 
Upvote 0

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
It doesn't work on W2000.
I have to try it later on W98 (at home), but if it doesn't work on W2000, it couldn't be a solution !!

Thx
 
Upvote 0
i'm kind of stumped on this one, but there are a lot of people on this board who know a lot more about VBA than i do - sorry i couldn't be more help to you

good luck
kevin
 
Upvote 0

Forum statistics

Threads
1,214,911
Messages
6,122,196
Members
449,072
Latest member
DW Draft

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top