Project -> References...
find the "microsoft internet controls", check it and hit ok.
Then write this code:
Dim myInetExp As New InternetExplorer
myInetExp.Navigate "siteURL"
myInetExp.Visible = True
Thats all.
Project -> <Proj.name> Properties -> Common Properties @ General.
Startup object has the forms and the sub main.
If your app consists of many projects then right click on the project that contains the startup form you want -> Set as startup project, and then clarify (shown above) the startup...
I wish the excel sheet not to be available.
Anyway...
Example: If i create a crystalreport project and compile it, the exe file will contail the report (.rpt file). I had thought of somehow to create the same interface of the excel's sheet as a crystal report. Then fill in the user data and...
andreas,
i somehow will run this code.
I'll have to run it every time so to fill the data table... so i need the excelsheet at any case. Please tell me i'm wrong
Tnx for the reply.
If it is not trouble for you or anyone else, i'd need some help on this. I've never worked with databases, or better data*
According to your post, excel's installation is not required?
Hi,
you did not understand me. :)
I want to print a page. I'll use excel to create the interface of it because it is very simple and with excel i can create a very good to_be_printed form. So my app will need this xls file to open it add data to some cells and then print it (and quit...
Hi all
I 'm about to start an app that the user will enter some text and numbers. There is also a mask that i've made with excel. The purpose of the app is: As all data are valid they will be entered in the excel sheet and printed.
This requires user to have excel installed on the pc.
Is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.