do not update a cell

charliemoreno

New Member
Joined
Jun 25, 2007
Messages
3
Bonjour,

J'ai etablit une formule:
I11 =IF(I10="YES",TODAY(),"")

Mon probleme est que chaque fois que j'ouvre la feuille excel, la date change et ce met a la date ou j'ouvre cette feuille. J'aimerai etablir une macro qui bloque la cellule ou la date s'inscrit, au moment ou elle s'inscrit. Jje ne veux pas que la date s'update.

Merci beaucoup!

Charlie.
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Incluye este codigo en el Modulo Thisworkbook

Code:
Private Sub Workbook_Open()

With Hoja1
If .[I10] = "YES" Then .[I11] = .[I11].Value
End With

End Sub

GalileoGali
 
Upvote 0
This member asked a question, got response, didn't reply, but asked another one, got reponse again, didn't reply, but still asked another one ...

He seems not to find this forum anymore and I want to get rid of my PM, written almost 3 months ago.

Pour ne pas encombrer mon "OutBox" de messages non-lus, je copie mon Message Privé (PM), qui t'attend depuis presque 3 mois sans être lu.
Bonjour,

Voici une nouvelle question de ta part. Ton nom me disais quelque chose...

Je vais te dire sincèrement, qu'il m'est difficile, psychologiquement parlé, de répondre, car ma réponse précédente à ta première question se trouve toujours sans réaction de ta part. A quoi bon répondre dans le vide?

Il se peut que tu ne te sois pas apperçu de cette réponse?

bien à toi,
Erik
 
Upvote 0

Forum statistics

Threads
1,223,968
Messages
6,175,677
Members
452,666
Latest member
AllexDee

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