View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Peter Meulenmeesters Peter Meulenmeesters is offline
external usenet poster
 
Posts: 1
Default placing a point on a image

i have an userform, top 0, width 600
on the userform there is a image, height 348, left 42, top 12, width
258

i have numbers of longitude ranges from 3.88820 to 7.19835
and latitude ranges from 50.76855 to 53.48011

i want to place a point on the image with a longitude and latitude
within the named ranges.

How can i do that right?