Posts by HowardC

    Re: Excel File Names do not appear until workbook selecled


    I tried these settings, but when I hover over the taskbar, one workbook name is displayed. All the others appear as "Excel" I use a macro to open up several workbooks



    It would be appreciated if you could assist. I am using office 2013 and Windows 10

    I am using Windows 10 and Office 2013


    When I Open several workbooks at once and select the Excel Icon on the task bar, the workbooks appear as "Excel", but no names are displayed. When I click any of the workbooks showing as Excel only , the name will then display for the workbook selected


    I would like to know how to overcome this, so that when opening several workbooks, the excel workbook names will appear


    I have attached a sample of what the files look like when clicking on the excel icon on the task bar


    This appears to be a Windows problem rather than an Office problem


    It would be appreciated if someone could kindly assist me in resolving this

    Re: Macro to Extract reminder dates into Outlook calender


    Thanks for the help. I have added the reference to outlook using the Tools/references menu. When running the macro, I get "the attempted operation failed. An object could not be found" and the code below is highlighted


    Code
    Set subFolder = CalFolder.Folders(arrCal)


    It would be appreciated if you could kindly assist me in resolving this

    Re: Macro to Extract reminder dates into Outlook calender


    Thanks for the code much appreciated


    I have tried to use the code and get a compile error and the code below is highlighted


    Code
    Dim olApp As Outlook.Application




    I only amended Sheets("Sheet1").Select to Sheets("Outlook reminder").Select


    It would be appreciated if could amend the code and advise

    I have a spreadsheet containing reminder dates to renew certificates 21 working days before these are due, excluding weekends


    I would like a macro to export these to Outlook Calendar and to update the Outlook Calendar



    I have attached a sample of my workbook




    I have also posted on Windowsecrets Website two days ago http://windowssecrets.com/foru…ates-into-Outlok-calender




    It would be appreciated if someone could kindly assist me

    I have codes in Column F on a Report “Factory Report sample.1”and want to compare these to codes In col F in Creditors Report Sample.1 Where the codes in Col F on workbook “Factory Report sample.1” matches to Col F onworkbook Creditors Report Sample.1
    I have set up a formula to show “In Stock” and where they do not match to show “not in stock”



    I am not sure if this formula is showing the correct result



    It would be appreciated if someone could assist me by setting up a formula thatwould yield the correct result



    Re: Macro to move all files including Sub-Folders


    Thanks for the reply


    I have adapted the code as folows, but as C:\old Downloads already exists, no files and sub-folders are moved


    It would be appreciated if you could kindly assist me


    Re: Attaching maximum of 10 files


    Hi JohnThanks for your help. When running your macro, nothing happens i.e outlook is not activated for max 10 files to be attached per emailIt would be appreciated if you would test and amend codeMany thanksHoward

    I have code which attaches all zip files in a folder as well as the sub-folders and emails these


    I would like the code amended to attach a maximum of 10 zip files at a time i.e the first 10 zip files in the folder and sub-folder on the first email, the next 10 (if less then the balance) etc


    It would be appreciated if someone could kindly amend the code


    I have code that allow me to attach a particular sheet from one workbook to outlook



    The code works perfectly. However, I have several workbooks that have the same sheet name "Fixed assets Recon" that needs to be attached



    I am usure how to amend the code so that the same sheet name can be attached from mseveral workbooks



    It would be appreciated if someone could kindly assist



    I posted on Mr Excel.com yesterday


    http://www.mrexcel.com/forum/e…-mseveral-wqorkbooks.html

    Re: Formula to compute ageing on Statement


    Hi Luke


    Thanks for your reply.


    I have attached two examples.One without payments. See my manual ageing below your calculation as well as one example with payments. for ageing purposes, the payments must go off against the oldest invoices and whatever balance is left against the outstanding invoices

    Re: Formula to compute ageing on Statement


    Hi Luke


    Thanks very much for the help. Just one thing I forgot to mention. Credit notes must also be taken into account in the ageing and will be aged according to the date of the credit note , taking into account the date of the statement



    It would be appreciated if you would kindly amend your formula to take this into account