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

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
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,214,826
Messages
6,121,792
Members
449,048
Latest member
greyangel23

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