Use VBA to place signatures in a word document by selecting radio buttons

Hi,
I'm creating an word document with signatures. I have 4 signatures of which max 2 and at least 1 can be choosen.
I created 2 frames with 4 radiobuttons. The document writer can select one button in the frst frame with the names of het directors and none or 1 in the other frame. How can I relate the choosen radiobuttons to pictures of the signatures and place
them in a table in the word document?

I don't understand what you are saying.  I do this from a form.  The user selects a signatory from a combobox.  I look up the corresponding png file in a database and insert a picture, signatory name/position in doc at specified bookmarks
in the template.  This is the code to insert picture at bookmark.
Sub SetBkMarkPic(xDoc As Document, xBkName As String, xFile As String)
' Set bookmark in document. Add file to bookmark
If xDoc.Bookmarks.Exists(xBkName) Then
xDoc.Bookmarks(xBkName).Select
xDoc.Bookmarks(xBkName).Range.Text = ""
Selection.InlineShapes.AddPicture fileName:=xFile
End If
End Sub

Similar Messages

  • Using gmail, after my signature, the following words were seen:  Web Rep, current vote, no rating, no weight - any help?

    using gmail, after my signature, the following words were seen:  Web Rep, current vote, no rating, no weight - any help?

        I'm confident that if you have spoken with our Fraud Team directly, that there are the proper wheels in motion to resolve all of the concerns that occured as a result of the fraudulant order on your account. It may take up to 2 bill cycles for all the adjustments to be applied and the changes made to your account to bring the dates and eligibility back to normal, so you should definitely be nearing the end of your wait. Based on your description, it may have been a while since you spoke with them directly instead of the customer service team, so I encourage you to give them a call at your earliest convenience to put your worries at ease. If you need to make arrangements for the charges that appear on your account, our Financial Services Team at 866-266-1445 will also be able to help possibly place a hold on the account regarding the disputed charges so there's no accidental inturruption in your service due to this unfortunate situation.
    JenniferH_VZW
    Follow us on Twitter www.twitter.com/vzwsupport

  • After downloading OSX Maverick you then cant use work. excel or powerpoint. What do i use and how can i recall my word documents etc

    After downloading OSX Maverick you then cant use work. excel or powerpoint. What do i use and how can i recall my word documents etc

    Use Office for Mac 2011.  If you have it, open one of the programs (Word, Excel, PowerPoint) and do Help > Check for Updates from the menu.
    Otherwise, purchase Office 365 and use that.

  • Pls tell me how I can convert a PDF form to a Word doc, and have radio buttons etc work?

    Pls tell me how I can convert a PDF form to a Word doc, and have radio buttons etc work?  My PDF form did convert using Adobe PDF Export.... but the formatting is a schamozzle if I try to do anything with it.  Most importantly, I need the check boxes and radio buttons to work in Word!

    Checkboxes and radio buttons are form objects from Acrobat.  There is no equivalent for these objects, with the way they were constructed, within Word.
    I'm sorry for the inconvenience.
    David

  • Using a dropdown box to change the specified value of a radio button?

    I have a form that generates the body text for an email.
    First there is a dropdown box in which the choices are either "red" or "blue"
    Further down the page, there is a radiobutton list with 2 items "available" and "unavailable".
    The specified values for these items (as defined on the binding tab) are "have blue hats" or "do not have blue hats".
    This value is concatenated in the email body textfield which is to be copied by the user to an email body:
    Concat("Dear", NameField, "," We ", RadioButtonList, " today. ")  // Dear Persons Name, We have blue hats today.
    Is there any way to change the value of the selected radio button based on the selected dropdown choice?
    So if the user selected "red" in the dropdown field, the radio button values could become  "have red hats" or "do not have red hats"?
    Or perhaps there is a better way from the start?
    Thanks!

    Ok, so now I've done that...
    But is there a way to change that value with another field (ie when a user chooses "red" or "blue" in a dropdown box) so that the concatenated message reflects both the users choice of color and the availibility?
    I'm guessing I should probably use an intermediary text box and put
    InterText.rawValue = Concat ("We have ', dropdown1, " hats today") in the change event of the available radio button and:
    InterText.rawValue = Concat ("We do not have ', dropdown1, " hats today") in the change event of the unavailable radio button.
    then concatenate that box in the final textbox.

  • When attempting to "save as" a word document and selecting micrsoft word as the "save as type", it no longer will save it in a word icon document, the icon is just a blank document symbol and thus cannot email this document as before.

    when attempting to "save as" a word document and selecting micrsoft word as the "save as type", it no longer will save it in a word icon document, the icon is just a blank document symbol and thus cannot email this document

    Here are my two cents.
    The resources defining the file formats which Pages may import or export are stored in the file :
    Macintosh HD:Applications:iWork '09:Pages.app:Contents:Info.plist
    Assuming that you didn't installed the Developer tools, go to my iDisk (address below)
    Download :
    Pref Setter.app.zip
    Unpack the archive.
    Open the file "Info.plist" with Pref Setter.
    Open the entry entitled :  CFBundleDocumentsTypes
    Open the items 9, 10, 11, 12
    The normal contents is :
    Double check the parameters available for items 9 & 10.
    What you get may be linked to some oddity in these resources.
    Yvan KOENIG (VALLAURIS, France) samedi 1 octobre 2011 18:00:23
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • Can you place text from a word document using data merge?

    I'm working with a charity that is giving away scholarships/grants. I need to create a ducument that pulls in various application data plus their submitted essay (docx format). I would like to do this via data merge but cannot find any reference if it is possible.
    Please help, I really need to automate as much as possible since this is a side project.
    Kevin

    Data merge only collects info from CSV format - which I expect you would export from Excel. (I think it'll take tab-delimited as well, but that's it.)
    MS Word files can be placed, but Data Merge is not the tool to automate placing of Word-file content. If there is no formatting of their essays, I suspect you could use VBA to cause entire essays to occupy a single cell in Excel. But that would be the only way to use Data Merge to automate import of essays into InDesign.
    Maybe if you tell us more we can give you some more automation suggestions. (I spend a lot of time automating translation workflows, but I still place Word files. All day long, in fact.)
    (edited for spelling)

  • Connect to APEX database using VBA+ADO code in Microsoft Excel & Word?

    I am looking at APEX as a potential replacement for a growing reporting/analysis system. As yet I have not found a clear answer on an important question.
    The current system is a shared database and a collection of Microsoft Excel and Word templates. Each template contains underlying VBA code that establishes a direct connection to the database via OLE DB (i.e. ADODB objects in VBA via the OLE DB Provider for JET).
    Each template’s underlying VBA code executes stored procedures or queries as required, the results of which are returned as Recordset objects and rendered to the Excel worksheet or Word document. Similarly, in some cases, data entered into an Excel worksheet by a user can be submitted back to the database at the click of a button, again via Recordset objects.
    Now most of our templates could easily be ported to APEX. However, there is a strong preference that some of our templates continue to exist and maintain current functionality. So we have a requirement that Excel and Word can seamlessly and directly interact with an APEX database.
    Long question short – is there a way to establish a connection and retrieve/insert data from an APEX database using OLE DB (ADODB) in VBA, as described above? I understand that APEX sits ‘on top’ of a real Oracle database, and I know Oracle provides an OLE DB Provider (OraOLEDB) for Oracle databases. Would OraOLEDB do the trick, or is it not as simple as that?
    Many thanks for your insights on this,
    Michal

    The current system is a shared database and a collection of Microsoft Excel and Word templates. Each template contains underlying VBA code that establishes a direct connection to the database via OLE DB (i.e. ADODB objects in VBA via the OLE DB Provider for JET).
    Long question short – is there a way to establish a connection and retrieve/insert data from an APEX database using OLE DB (ADODB) in VBA, as described above? I understand that APEX sits ‘on top’ of a real Oracle database, and I know Oracle provides an OLE DB Provider (OraOLEDB) for Oracle databases. Would OraOLEDB do the trick, or is it not as simple as that?Hi,
    Apex gets installed as a separate schema in an existing database.
    So it will not in any way interfere with your existing setup. You can continue to connect directly to the database from your spreadsheets, call stored procedures from VBA/ADO, etc.
    - Morten
    http://ora-00001.blogspot.com

  • Placement of backups of word documents

    After typing a word document, an icon appears on my screen titled "backup of_____" (whatever I've just completed typing).
    It's an exact duplicate of the document. My screen is covered with these icons. How do I/where can I place these copies of my documents?
    Thanks.
    PS Hope this is a better description of my problem.

    Hello, I don't have Word, but I'd create a new folder in Finder, drag all of them to that new folder, & I don't know if Word has a setup choice/pref for where to save those to, or whether it might use say the setting in Safari>Preferences>General>Save files to...

  • Using and Apex developed system and generating  word documents

    Started a new development project. We looked at using Apex for the system but ran up against a road block because the customer needs to generate word documents that they can edit and print. Does anyone know if Apex can handle this? Any suggestions on were to look for more information.

    Hi Dawn,
    Yes you can certainly do that, take a look at this quick overview -
    http://www.oracle.com/technology/products/database/application_express/html/configure_printing.html
    It refers specifically to PDF printing, however with BI Publisher you can output in Word Document format too.
    Hope this helps,
    John.
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd
    REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone!

  • Using Automator to change a font in word documents

    Hi,
    I have hundereds of word documents that are all in a horrible font. I would like to change the font to a more suitable one. Rather than opening every single document - can automator do this? Or is there an alternative solution? Thanks in advance

    See http://discussions.apple.com/thread.jspa?threadID=2039384 and Introduction to Automator tutorial at http://automator.us/leopard/video/index.html and peruse the AppleScript forum.

  • Multiple electronic signatures in a WORD document

    Thanks William. I got this far last week and I am hitting the same wall. After I sign it "Marks As Final" and makes it a read only. Then the next person opens it and it says it will remove the signature if you edit this file. How do you stop it from doing
    that and get to pass on. Also, right before I signed I got an error. I've enclosed both screen shots of what I am talking about.
    Cyndi Maciejowski

    Hello, Cyndi
    Thank you for your question.
    We are looking at this issue. There might be some time delay. Appreciate your patience.
    Thank you for your understanding and support.
    Best Regards, 
    William Zhou
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Sticky notes in 11.0.11 ridiculously slow and place signature stopped working

    I used to regularly use the sticky notes feature in Acrobatto review documents, and I also used to regularly use the Place Signature feature to "sign" documents.  These features used to work absolutely fine.  However, recently, they have stopped working.  When I type text in a sticky note, it takes about 30 seconds to appear - making it completely impossible to work with.  At the same time, the Place Signature feature has completely stopped working alltogether.  Finally, I notice my laptop gets extremely hot, and battery life is about 1/4 of what it used to be.  Yesterday, I removed Acrobat and installed a fresh copy downloaded from the Adobe website.  This solved the signature problem for about 1 hour, but now it is not working again, and the sticky note feature is still unworkable.  Can anyone help please.

    Hi Sara,
    Version is 11.0.10 on Windows 7 Professional
    I have 186 GB free space.  No issues with other applications.
    Today, it was so bad it actually froze.  So I cancelled the process in task manager.  There appeared to be 2 AcroRd32.exe *32 processes running, and after I stopped them and started Acrobat again, it seems to be OK.  Note that I had already re-booted my complete machine before doing this, so if something is calling up “double Acrobat”, it is doing it on start-up.
    Regards,
    Tony

  • Restrict Place Signature option

    I have developed a form that includes two digital signatures fields
    In the pre-sign event I added fields validation
    An end user completed the form and instead of pressing the Digital Signature button included in the form, he utilized the "Place Signature" feature incorporated in Adobe Acrobat Pro, avoiding all the validation.
    My question is: it's possible to restrict the use of the "Place signature" feature of Adobe Acrobat Pro?
    I want that end users can only sign using the Digital Signature buttons included in the form.
    Kindly regards
    Nestor

    The document may have security restrictions that prohibit it, or the document is Reader-enabled, or certain other possibilities. We could say exactly if we could examine the document.

  • I lost a ton of edits using a word document (docx) opened in the browser, can you help?

    It was a docx file and I don't have this installed on my system. I edited it not realizing this, save as...in word, now it doesn't show anywhere....

    go to Help Menu -> select "Restart with Add-ons Disabled"
    Firefox will close then it will open up with just basic Firefox. Now do this:
    -> Update ALL your Firefox Plug-ins https://www.mozilla.com/en-US/plugincheck/
    -> go to View Menu -> Zoom -> click "Reset"
    -> go to View Menu -> Page Style -> select "Basic Page Style"
    -> go to View Menu -> Toolbars -> select Menu Bar and Navigation ToolBar -> unselect all unwanted toolbars
    -> go Tools Menu -> Clear Recent History -> ''Time range to clear: '''select EVERYTHING''''' -> click Details (small arrow) button -> place Checkmarks on ALL Options -> click "Clear Now"
    -> go to Tools Menu -> Options -> General -> ''When Firefox starts : '''select "Show My Home Page"''''' -> Type the address of the website which you want to be your HomePage e.g. http:www.google.com -> place Checkmark on "Show the Downloads window when downloading a file" -> select Radio Button option2 "Always ask me where to save files"
    -> go to Tools Menu -> Options -> Content -> place Checkmarks on:
    1) Block Pop-up windows
    2) Load images automatically
    3) Enable JavaScript
    -> go to Tools Menu -> Options -> Privacy -> History section -> ''Firefox will: '''select "Use custom settings for history'''''" -> PLACE CHECKMARKS on:
    1) Remember my Browsing History
    2) Remember Download History
    3) Remember Search History
    4) Accept Cookies from sites -> select "Exceptions..." button -> Click "Remove All Sites" at the bottom of "Exception - Cookies" window
    4a) Accept Third-party Cookies -> under "Keep Until" select "They Expire"
    -> REMOVE CHECKMARK from CLEAR HISTORY WHEN FIREFOX CLOSES
    -> go to Tools Menu -> Options -> Security -> place Checkmarks on:
    1) Warn me when sites try to install add-ons
    2) Block reported attack sites
    3) Block reported web forgeries
    -> Click OK on Options window
    -> click the Favicon (small drop down menu icon) on Firefox SearchBar (its position is on the Right side of the Address Bar) -> click "Manage Search Engines" -> select all Unwanted Search Engines and click Remove -> click OK
    -> go to Tools Menu -> Add-ons -> Extensions section -> REMOVE All Unwanted/Suspicious Extensions (Add-ons) -> Restart Firefox
    You can enable your Known & Trustworthy Add-ons later. Check and tell if its working.

Maybe you are looking for

  • How to get the job logs from sm35 by using the queue id and session name?

    hi all, can any one please let me know how to read the job log from sm35 by using the session name and queue id. i have the job name and job count but is it possible to download the job log by using the queue id and session name. FYI.. i want to read

  • HTTP error 500 on Content Server test (RSCMST), after CS migration.

    Hello all, I have migrated a Content Server 6.30 system from HP-UX and MaxDB 7.3.00.42 to CS 6.40 on Windows and MaxDB 7.7.06.15.  While the migration of the database and the install of the CS 6.40 seems to have completed successfully, I am having tr

  • Report Back ground processing, error

    Hi, I tried to run my program in back ground. It is showing the following error. I'm just Pressing F9 and scheduling the job immediately. When i go and see the "own jobs " in SM36, it shows the "job cancelled". When i see the job log, it shows "Contr

  • Song was on my purchased list now its gone how do i get it back

    purchased a song from i tunes store was in my list now its gone how do i get it back

  • Non printing cartridges

    Hi Folks: Printer will not print magenta & light magenta cartridges. Get no error messages for either one. Twice checked supply levels - magenta=100% / lt. magenta=85%. Ran both levels 1 & 2 of head cleaning routine. Followed "community" suggestion o