PDA

View Full Version : excel vba recognition


suriya6in
04-10-2003, 05:43 AM
hi

I want to know right from basics, how to initialise visual basic codings in excel.
i.e., if i want to make a coding for a particular range of cells,
how do i specify in the private sub column so that the coding inside this will be applicable to that particular range.

morevover if anybody knows any site offering vba coding applications in excel right from scratch, helpme out by making a link here.,

suriya

Roelf
04-10-2003, 06:23 AM
define a range, then use the methods available for the range, see the vba help for more details about the range object