Adding Rows in Cost Rate Tables

M

Maruf

How can i add rows in the default Cost Rate Table (A) through VBA code? I
checked the PayRates Property, but it is read-only.
It will be great if someone could please guide me in the right direction.

Thanks,
Maruf
 
J

John

Maruf said:
How can i add rows in the default Cost Rate Table (A) through VBA code? I
checked the PayRates Property, but it is read-only.
It will be great if someone could please guide me in the right direction.

Thanks,
Maruf

Maruf,
Use the Add Method to add a PayRate object to the PayRates collection.
This information is given in the VBA help file under PayRate Object.

Hope this helps.
John
 
M

Maruf

I got it. Thanks a lot John.
-Maruf

John said:
Maruf,
Use the Add Method to add a PayRate object to the PayRates collection.
This information is given in the VBA help file under PayRate Object.

Hope this helps.
John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top