The macro is very simple:
Private Sub ComboBox1_Change()
Range("E1").FormulaR1C1 = "EUR"
End Sub
Original macro is more complex, but I have tried to find solution for this
problem with simplier macro. Every time I close workbook Excel runs this
macro and writes EUR to cell E1.
I'm using Excel2002/Windows2002.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.