S
shin
I am trying to make dialog box that will be popup from my addins in excel.
I want to have that dialog looks like the find and replace dialog. so that
user can select cells and type some character into a cell. Right now I
create
a kinda floating dialog using the following method. however i can only
select
cells but not able to right some characters into a cell.
mlHWnd = FindWindowA("XLMAIN", oHostApp.Caption)
'Enable the Window - makes the userform modeless
EnableWindow mlHWnd, 1
Any one has any idea how to create a similar to find and replace dialog in
the
excel?
Thanks in advance
Shin
I want to have that dialog looks like the find and replace dialog. so that
user can select cells and type some character into a cell. Right now I
create
a kinda floating dialog using the following method. however i can only
select
cells but not able to right some characters into a cell.
mlHWnd = FindWindowA("XLMAIN", oHostApp.Caption)
'Enable the Window - makes the userform modeless
EnableWindow mlHWnd, 1
Any one has any idea how to create a similar to find and replace dialog in
the
excel?
Thanks in advance
Shin