VBA to create MapInfo Table & Points

arshil

New Member
Joined
Sep 23, 2019
Messages
4
Hi, I'm new to vba.

for my work requirements I need to create a vba to create a MapInfo Table and Points.

so far I know is only "CreateObject (Mapinfo.Application)" :(

please guide me for this.
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Hi Arshil,
Could you describe what you want to do/achieve in pseudo code? What data do you have? What is the desired output? Please provide some mockup files (e.g. through dropbox or in text on this forum).
Thanks,
Koen
 
Upvote 0
Hi Arshil,
Could you describe what you want to do/achieve in pseudo code? What data do you have? What is the desired output? Please provide some mockup files (e.g. through dropbox or in text on this forum).
Thanks,
Koen


Like below random coordinate, I want to plot these in Mapinfo through vba

Location LATITUDE LONGITUDE
Location-1 51.479898, -0.140770
Location-2 51.475504, -0.140996

Location-3 51.480972, -0.138537
Location-4 51.485178, -0.137773

And it would plot in mapinfo something like below.

Oops I think I cant copy paste an image here. :biggrin:

Anyway, its just this, I've coordinates which I want to plot in MapInfo.
 
Upvote 0

Forum statistics

Threads
1,215,029
Messages
6,122,755
Members
449,094
Latest member
dsharae57

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top