Thread: i need help plz
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Anthony Taylor Anthony Taylor is offline
external usenet poster
 
Posts: 2
Default i need help plz

anilthakurta wrote:
hello,

i have to make a program in vba and that program have to make a new row
in excel at the same column and give the cell a value. can anyone help
me please?

sorry if i explaned it bad, but my english is not very good.



simplest way is to use the macro recorder. It will create the basic code
for you. From there just modify it and tag it to a button or even to an
event.

Regards

Anthony