Viewing 3 posts - 1 through 3 (of 3 total)
  • excel macro help!
  • scotia
    Free Member

    Im trying to create a spreadsheet consisting of buttons and userforms 'behind' each button.

    I have the button and the userform and both work, but it doesnt save the info – is this possible to do? (ie, everytime you click on the button the same data appears once entered)

    also, is there any good site for learning the basics about vba and the code necessary to do what?

    thanks!

    Barelyincontrol
    Free Member

    MrExcel is quite good

    mrmo
    Free Member

    yes possible, you need to define variables on the user form then set the cell value to the variable.

    worksheet("….").range("….").value = x, that sort of thing,

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘excel macro help!’ is closed to new replies.