[EXCEL] - VBA - Write to a Cell

Solved
Astrackt -  
Polux31 Posted messages 7219 Status Member -
Hello,
I have a very simple problem.

I would like my macro to write a title in a cell. But I can't manage to do it.
How do I ask a macro to write in cell (1,1)?

Thank you in advance.
Configuration: Windows XP Firefox 3.0.8

2 answers

  1. Polux31 Posted messages 7219 Status Member 1 204
     
    Hello,

    Just do:

    Cells(1,1).Value = "Blabla"

    ;o)
    --
    “What is well conceived is clearly expressed, and the words to say it come easily.”
    Nicolas Boileau
    2