Final Message box in geographically weighted regression (GWR) and visual basic automation

3728
2
Jump to solution
03-16-2015 03:17 PM
CarlesMiquel
New Contributor II

Hello,

I have a problem with the final message box in geographically weighted regression (GWR) when I perform several GWR in a visual basic automation process.I can not continue with the second GWR if I do not click "accept" or I do not tappe "Intro". Could someone tell me how can I solve this problem?

I'm working with ArcGIS 9.3 and visual basic under ArcMap.

Thank you very much,

Carles.

0 Kudos
1 Solution

Accepted Solutions
PauFerrer
New Contributor

Hi Carles,

Have you tried Sendkeys command of VBA?

View solution in original post

2 Replies
PauFerrer
New Contributor

Hi Carles,

Have you tried Sendkeys command of VBA?

CarlesMiquel
New Contributor II

Thank you very much, Pau,

I have used Application.SendKeys ("~") before the action and it works !

0 Kudos