Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

Google map when open for some place via macro from Excel, coming back to my present location

  • Žiadne odpovede
  • 0 má tento problém
  • 29 zobrazení
more options

I am using Mozilla Firefox for accessing google map from Excel macro.

My Excel-VBA Macro goes like this:

spath1 = "C:\Program Files\Mozilla Firefox\firefox.exe" 'my browser sURL2 = Replace(Range("buildname2").Value, " ", "+") & "+" & range("village") & "+" & Range("taluka")

dTaskID = Shell(spath1 & " " & sURL2 , vbNormalFocus)

Till now, I was successfully using this link to go to directly to the building name under some village and district, i.e,. https://www.google.co.in/maps/place/Ruparel+Optima/@19.2019309,72.8256402,17z/data=!3m1!4b1!4m6!3m5!1s0x3be7b6c6790fefcb:0xa9004e1d6633c73a!8m2!3d19.2019309!4d72.8282151!16s%2Fg%2F11f4pc2x_m?entry=ttu

but since i changed my pc, i witness following error: On clicking this macro, I can see firefox shows expected link in address bar. But after 2-3 second it brings me back to my home location. Please guide me in this regard

I am using Mozilla Firefox for accessing google map from Excel macro. My Excel-VBA Macro goes like this: spath1 = "C:\Program Files\Mozilla Firefox\firefox.exe" 'my browser sURL2 = Replace(Range("buildname2").Value, " ", "+") & "+" & range("village") & "+" & Range("taluka") dTaskID = Shell(spath1 & " " & sURL2 , vbNormalFocus) Till now, I was successfully using this link to go to directly to the building name under some village and district, i.e,. https://www.google.co.in/maps/place/Ruparel+Optima/@19.2019309,72.8256402,17z/data=!3m1!4b1!4m6!3m5!1s0x3be7b6c6790fefcb:0xa9004e1d6633c73a!8m2!3d19.2019309!4d72.8282151!16s%2Fg%2F11f4pc2x_m?entry=ttu but since i changed my pc, i witness following error: On clicking this macro, I can see firefox shows expected link in address bar. But after 2-3 second it brings me back to my home location. Please guide me in this regard

Ak chcete odpovedať na príspevky, musíte sa prihlásiť do svojho účtu. Ak ešte nemáte účet, položte novú otázku.