Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

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

  • Không có trả lời
  • 0 gặp vấn đề này
  • 29 lượt xem
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

Bạn phải đăng nhập vào tài khoản của bạn để trả lời bài viết. Vui lòng bắt đầu một câu hỏi mới, nếu bạn chưa có tài khoản.