Hi Trice,
May I suggest the following very similar to what I use
1. you enter all the transaction values in a single column with income being positive and expenses as a negative.
2. have a column for each expense category that you will link to the main column by formula
3. Have a column for...
Hi Jack,
By removing the VALUE, you may have deleted the formula.
There are a number of ways that can be used to link, so pleas send the files, the source and the target files, or better still just the relevant formula.
Cheers
Kanti
Hi Jack,
I notice from you picture on Dropbox that you ran the software on the Link sheet, remember this sheet is not protected, you must run it on a sheet that is protected
Jack,
will run overnight, I think that despite the not responding message it is working, albeit, very slowly.
The size of your file is also no help, my machine has resource problems.
cheers
Hi Jack,
I looked at the xml properties file of some of your sheets, the protection does not seem the conventional from Excel, did you use some other programme to protect the files?
Sorry to say so far no joy.
PipBoy88,
I think this will work as well
Cells(12,9).Select
Set InfFore = Selection.CurrentRegion
with this you do not have to establish the lastrow or cell, provided the range is one contiguous block
Kanti
Hi Steve,
I have not tested the code, but have made an important change,
.Attachments.Add ActiveWorkbook.FullName
.Attachments.Add wbTar.FullName
wbTar is the workbook that has been created, so no it will attach that one.
please test and let me know if it is OK
cheers
kanti
Hi,
I used Macro recording and got the following, that converts the sheet to a PDF, saves and closes the file
ChDir "C:\Users\xxx\Desktop"
ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _
"C:\Users\xxx\Desktop\myExcelPDF.pdf", Quality:=xlQualityStandard, _...