Attaching a Digital Signature

Microsoft OFFICE

    Next

  • 1. Using EXCEL add-in's worksheet for saving data.
    I use the following code in an EXCEL add-in to swap rows: For Col = col1 To col2 Cells(RW2, Col).Copy (ThisWorkbook.Sheets(1).Range ("A1")) Cells(RW1, Col).Copy (Cells(RW2, Col)) ThisWorkbook.Sheets(1).Range("A1").Copy (Cells(RW1, Col)) Next Col It stopped working. Is there a problemm doing this? Thanks, Don
  • 2. ListView control ... appearing black
    Hi, I have written one VBA macro and that has one listview ocntrol.When I run it then Listview control screen appears with Black color background screen.Unfortunately Its happening in only one system.So far we have tested on 15 systems and except one it works fine on rest of the system. Plz. suggest me why its happening. regds vinay
  • 3. global dim & set
    Hi all I'm a bit new to vb, and want to know if there is a way of declaring and setting a global variable outside of any procedures. I have a public boolean (debugOn) that runs my debug.print statements if true and doesn't clutter the immediate window if false. Everything's fine as long as I set it within procedures, but I cannot convince VBA to set it outside of a procedure, ie at declaration time. Is this possible? and if so, how? Many thanks Alex
  • 4. "trigger macro on exit" for text boxes & radio buttons
    I have constructed a form that has 8 alternatives: 4 radio buttons (i.e., insert row above or below, or insert column to the right or to the left); & 4 text boxes (i.e., insert (how many) rows above or below, & insert (how many) columns to the rigth or left, And an OK button and a Cancel button. I can't figure out how to set the radio buttons (& the text boxes) so that choosing one radio button (or inserting a 1 or 2 digit number in a text box) will grey out & assign null values (or something like that) to any buttons (or text boxes) that previously contained values. Drop-down form fields have options that allow the user to trigger a macro on exit. I wish that text boxes and radio buttons had such an option, because I would use the "trigger macro on exit" to somehow grey out & assign null values (or something like that) to any buttons (or text boxes) that previously contained values.
  • 5. Complete SQL reference file.
    Hi group. I was wondering if anybody in here knows of any downloadeble reference file including every SQL Syntax supported by Access 2003. When i started on VBScript some years ago, I found a 'VBScript V5.5 Documentation' on ms.com where i can see every single syntax supported by VBScript 5.5. Now i'm moving in to some rather complex SQL programming, and finding a lot of nice SQL tips every where. But lot's of them dont work in Access. Would be nice to be able to se what actually is supported SQL in Access 2003. -- Bo Johansen <% Email = ("Mr") Email = Email & ("@") Email = Email & ("Bo") Email = Email & ("Johansen") Email = Email & (".dk")

Re: Attaching a Digital Signature

Postby Mike Walker » Sun, 16 May 2004 08:00:21 GMT

Hi Don

The certificate is for adding to VBA Projects and once selected clicking
save in VBA Window will activate aslong as you have chosed the correct
certificate that you have the private key for.

If you want to protect the document contents from changing this is different
it is in tools options security and works in a similar fashion it needs a
saved document to make a hash from and then stores the certificate info,
this works fine on my office 2003 showing in the title bar [Signed, verified
or unverified]

Hope this helps

Mike Walker
(Reply via NG)




it attached to my Excel applications.
of attaching it.  However, it does not really attach to the application.
The next time the application is opened, the certificate is not there.
certificate does not even appear as being available to be added.
setting that is needed somewhere in the computer, or is it something to do
with Excel.



Similar Threads:

1.How to attach Digital Signatures for documents thru in VB Code

Hi All,

i have a digital signature.

i generate reports in different formats in my application , now i need my
signature to be attached

to the reports i generate.

how to attach the digital signature to PDF/Word/Excel Reports

Regards,

Madhusudhan






Return to Microsoft OFFICE

 

Who is online

Users browsing this forum: No registered users and 56 guest