Is it possible to rename a set of bookmarks with vba script ?
ex: my doc contains several bookmarks like:
[BMK_1]
[BMK_2]
[BMK_3]
I'd like to rename them to:
[NEW_BMK_1]
[NEW_BMK_2]
[NEW_BMK_3]
without deleting and inserting new bookmarks
Thanks
May VBA code creates a new sheet at runtime inside an XL workbook.
I 'd like to assign a event procedure to that sheet (ex: Sub Worksheet_Activate) dynamically.
Is it possible ?
Thanks
Jofx
Hi,
I'm looking for a Excel VBA code to delete all identical rows in a range (keeping unique rows).
ex:
Col A
A
B
B
C
D
D
D
should give:
Col A
A
C
Any idea ?
Thanks
HI,
I would like to validate a textbox value (numeric).
The textbox is inside the first page of a 2 pages multipage in a userform.
I did use a standard validation process in this case:
"beforeupdate" event on textbox which is calling a procedure
But, the point is: when you write a wrong value...
I would like to get the name of a texbox after this textbox has been updated.
something like:
Sub textboxName_AfterUpdate()
msgbox "The name of the updated textbox"
end
Thanks
I'm testing Filemaker pro 7 and I'm beginner.
Is it possible to do the following :
All records of a first table (Table A) are displayed in a layout as a list of rows.
By clicking on a icon displayed at the beginning of all rows, I'd like to launch a other layout to display all recors of a second...
Hi
What exactly means the options (File/Options) in database section:
"perform grouping on server"
and
"perform query asynchronously"
I just guess it is database connection related ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.