Read information from .ini files

J

Jolanda Zuidhoek

Hi,

I'm new in Projects VBA. Ik need to make a userform with a combobox with
dates in it. I like to add this dates from a .ini file.

I can't find the command in Projects to do this. In word VBA it is
system.privateprofilestring. Is this possible in projects 2003.

Thanks
Jolanda.
 
R

Rod Gill

That command does not work in Project VBA. You need to use Open to open the
file then use Input and Write statements for input and output. In My VBA
book I've taken all these and created a Class that hides all this and a
class for File browsing etc so working with Text files is much simpler.

--

Rod Gill
Project MVP

NEW!! Project VBA Book, for details visit: http://www.projectvbabook.com
 
J

Jolanda Zuidhoek

Hi Rod,

Thanks for your answer. I found your book on the web and i wil buy it.
Unfortunaly in my country (the Netherlands) the book is not available.. But i
think its a great book.. Thanks
 

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