I have a workbook that is on a share drive. Me and two other users modify the content of this sheet on a daily basis. We don't want to have to click "enable macros" each time we open the workbook. I digitally signed it. Then I went to Becky's office and had her install my certificate. She did, then we made some changes and it gave her this message, "You have modified a signed project. You do not have the correct key to sign this project the signature will be discarded."
I'm trying to apply the digital signature automatically to excel files(.xls,.xlt)(from Excel VBA editor-->Tools-->digital signature--->Apply signature(i need to apply this settings through code)).
scenarios:
1. I could apply digital signature for .exe,.dll,.cab files through VB6 code(using capicom dll) and also i can achieve this to Word document by using signature object.But this object not supporting in Excel.
2. I tried also like this, Recrod a macro--->Apply digital signature from VBA Editor (tools-->digital Signature) but no code has been generated.Again i tried this in another way like, Record macro-->Tools(from Excel)-->Options-->Security-->Digital Signatures--->Add.but here also i couldn't achieve this.
3. i tried using Application object like executing menus through code(Application. commandbars("Tools").controls("Options").controls("security")) here also i strucked up.
I've verisign digital certificate with pfx file.....
Can someone confirm that the Microsoft Self Certification (digital signature) for VBA in Excel would not solve the problem of the prompt screen. In other words, unless the user has selected your profile as acceptable, the prompt screen will still appear? To not get the prompt screen, I have to get it appoved by Verisign, but they are not free.
I want to add digital certificate in my XL2000 file. i created self certificate and add in the file but when i save that file give me a following error
" There was a Problem with digital certificate. VBA Could not be signed. The signature will be discarded."
I want to add Digital Certificate or sign in my file.
I have a spreadsheet with macro's in and everytime the user opens it that annoying security box opens and asks to allow/disable macro's. I believe it is due to a digital certificate. How to i obtain one, and if i do get one will it stop thie popup occuring for other users on different computers or just me????
I am using a macro to send mass mails to my clients attaching a file to each
my code is like this:
Sub Mail_Cust() Dim OutApp As Object Dim OutMail As Object Dim EmailSubject As String Dim EmailSendTo As String Dim MailBody As String
Path = "Y:CustomersStatements of Accounts20111102"
[Code] ........
Now my prob is when the macro goes for a new mail with attachments and mail body and all... it misses my outlook signature. If i am creating a new mail signature appears. but when i run from macro my signature is missing...
I am looking to eliminate an old process of having to use paper with a log sheet just because a signature is required. I have already created the spreadsheet, but I am now looking to find what secondary device I could use to insert a signature. This log is used daily with three signatures per worksheet.
I need to input signatures into cells automatically when a date is inputed into an adjecent cell. I have a scanned copy of a signature but because when u insert image it doesn't put it into a cell I can't just put =a1 as a1 is still empty.
I have QC checklist with a cell at the bottom for the user's initials. We have 8 users, and I would like to create a way that each user can enter their pin and have their initials come up in the cell. Ideally, there would be no way to the other users to know each other's pins or find out in the spreadsheet. Do you think it is do-able using VBA and how they would approach this?
I have a macro which has a digital certificate. When the macro runs i want to somehow readin the expiration date of the certificate and make sure its still valid before running the macro.
Any ways to automatically send emails using Lotus Notes.
On Lotus Notes, I automatically have my signature to append to an email, however when I am running Johns script at the bottom it is replaced with the file path of my signature (i.e. C:Program Fileslotus otesdatasig.htm), and when I comment out the part where strSignature is mentioned there is no signature.
My code is below:
Sub mySub() Dim x As Integer Dim UserName As String Dim MailDbName As String Dim Recipient As Variant Dim Maildb As Object Dim MailDoc As Object
I've digitally signed a macro in Excel, where I'm sending mail from using outlook, but I can't seem to get Outlook to recognise the certificate in outlook, even though both programs have my name as a trusted publisher...... so still getting the "A program is automatically trying to send mail on your behalf" Pop up.
How to get outlook to recognise the certificate on the macro that I'm running from excel?
The main issue being it is sending roughly 50 separate emails, and to wait five seconds and manually have to click 'yes' for each one is not really desirable!
I would like to use Excel as a measurement device. I have an inexpensive digital microscope that will store sequentially numbered pictures at the click of a button. I am then going to import the most recent picture into Excel and place a grid of transparent rectangles over the picture to serve as my ruler. Would it be possible to continuous update the Excel workbook with the output from the digital microscope?
I have a the following macro that looks through a range of cells and generates emails based on the date. The macro generates the email but does not insert my signature line.
To search the users signature folder for Microsoft Outlook see if the have any .htm files, if so list them in a message
Make the print find the default printer work out if it is black and white or colour and find the nearest opposite printer. i.e. if default is colour find nearest black and white
Protect a sheet but allow tabbing from certain cells to others.
Enable the users to use the workbook without having to rely on their macro settings being Low.
I have an excel file connected to a digital reader. Values are inputted to cells. What I can't figure out is the formula to automatically insert the values into the desired cells.
In short. First value goes to A1, 2nd value goes to B1. There's a formula (=A1-B1) in C1. The 3rd value from the reader should go to A2. The 4th value to B2. The 5th value to A3 and so on. I believe that I should be putting a formula into B1,2,3..n. What I can't figure out is that formula.
I'm creating an excel file that can email itself inside the body of a HTML in Outlook. I have found some code from the web and have re-fitted it so that I may use it for my purpose. My main issue is this: I cannot keep my default Outlook signature on the email when it gets sent.
I have a workbook in excel 2003 which I had been running the following macros (listed below). We recently upgraded to Excel 07, and neither are working. When I try to run them, the "debug" option highlights the following line in the sort macro "Range("A2:z" & lastcell).Sort key1:=.Columns(1)". This is driving me crazy, as the macros worked perfectly under the older version of Microsoft. Is there an issue with crossfunctionality between '03 and '07'.
Private Sub Worksheet_change(ByVal target As Excel.Range) If target.Column = 1 Then ThisRow = target.Row startRow = 1 i = 1 Set ws = ActiveSheet maxRow = Cells.SpecialCells(xlLastCell).Row maxCol = Cells.SpecialCells(xlLastCell).Column ActiveSheet.UsedRange.Interior.ColorIndex = xlNone Do While i
I created a spreadsheet with many CF's and save the sheet on our network, however, when my manager tries opening it the CF's do not work. they are there when I click on CF > Manage Rules, they just not working, neither is the Data Validation Drop Downs?
In A column the date something is received will be entered.
In B column there is a drop down list that has "insured" "Fee" "Aged Debt" "Other".
In C column I am trying to get another date to populate dependant on what is picked from column B, so if Insured is picked then 1 working day needs to be added to the date in column A and populate in column C. If any of the other 3 options are selected 5 working days needs to be added to the date in column A and populated in column C.
I have been using this formula: =IF(B2="","",IF(B2="Insured",A2+1,A2+5)) however this is not working days and I am stuck how to get to add working days
I have a dropdown answer column (J) to select an answer and in column (K) next to it that scores the answer. I'm trying to sum the score of (column K) in cell K7 but can't seem to get it to work.
I think this may be impossible but what I am hoping to do is in B3 Return the date that is 3 working days before the date in B2. Working days being Monday to Friday in this case. so if the date in B2 is the 16/04/2014 3 days before this is the 13/04/2014 which is a Saturday so i would want the formula to return the 12/04/2014 which is the Friday. Is this possible?