Enchanting is painful to level compared to other trades, as you can't just set it to make x of y. It's possible to get to 75 on just one starting recipe, and at most you'll need 4 stacks of strange dust, so here's a macro that will save you a lot of moving your mouse around and clicking on things:
/script DoTradeSkill(2); UseContainerItem(0, 1)
/script ReplaceEnchant()
To use it without replacing any enchant you might already have, you are going to need a pair of bracers that you are unable to equip (otherwise you will replace the enchant on the ones you are wearing, as they'll get swapped with the ones in the bag). You can get a pair of level 32 bracers from an armor vendor in the city (in the tailoring trainer in SW for eg.). Put those into the
top left slot of your
backpack (the bag you start off with), open your enchanting menu and select '
Enchant Bracer - Minor Health' in it, so it is highlighted, then just keep clicking the macro. You can ignore the popups about replacing the enchant.
Alternatively, if you want to just use your equipped bracers, you can use:
/script DoTradeSkill(2); UseInventoryItem(9)
/script ReplaceEnchant()
In both cases check that the number in brackets after
DoTradeSkill matches the line that '
Enchant Bracer - Minor Health' is on in the enchanting window (in my case 2. The '
Bracers' header counts as a line).
If you want to carry on from 75 to 100 skill to make your weapon enchants, then '
Enchant Bracer - Minor Stamina' will be in the right place to use the same macro, as soon as you learn it at 75.