Hello Yousaf,
My apologies: I had misread the thread!
ET Geowizards tools does in fact operate on all items of the shape or feature class.
If you want to do it point by point, you could do one of two things:
- As described above, do an AddField followed by a CalculateField, but only on the active layer.
- Create your fields, select the points you're interested in and do the following: Attribute Table - Right Click on X or Y Field - Calculate Geometry... - X / Y Coordinate of Point. The overhead of manually clicking on each point, then activating the tool you had in mind seems comparable in my books to using this built-in function of ArcMap.
I hope this helps! Write back if anything's unclear.