|
| ||||||||||
| Tags: bank reconciliation, microsoft excel, microsoft office, office application, spreadsheet |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Looking for a Excel Macro to run Bank Reconciliation
sheet A is outstanding list for the cheques. |
|
#2
| |||
| |||
| Re: Looking for a Excel Macro to run Bank Reconciliation
You can do matching cheques and amounts by formula but for deleting them you need macro. My suggestion is don't delete them and leave them for your backup just copy outstanding cheques to another sheet anyways there are another things like deposits and bankfees and also credit cards transaction what do you want to do for them? because you just asked for matching cheques, well I can do it for you just send to me your file my email is |
|
#3
| |||
| |||
| Re: Looking for a Excel Macro to run Bank Reconciliation
We have 4 different bank accounts, One account is for all general transactions like bank fees, credit cards etc. Three Bank accounts are only for cheque clearing. I need to reconcile three cheque clearing bank accounts which is to compare issued cheques and cashed cheques then prepare a outstanding cheques list. I will e-mail you my file soon. Please help me with formula or macro. |
|
#4
| |||
| |||
| Re: Looking for a Excel Macro to run Bank Reconciliation
I had tried using a template which can help to get this work. But when you aer using a template it is not really easy to understand the layout of columns. I can tell you how to create a custom function and shortened. If you explain your problem more accurately (at least for me to understand ) I will make your duties to the letter, because they should not be too complicated. To create your customized function uses macros (alt + F11). It is then possible to assign a shortcut with alt + F8. But if you start (and you have no foundation in programming) I doubt you could do it directly. In my opinion the easiest way is to let me do the programming work (if really necessary). It remains to be you tell me your problem. |
|
#5
| |||
| |||
| Re: Looking for a Excel Macro to run Bank Reconciliation
Here's how to create a shortcut which enables you to moifier the value of your current cell (selected). Run Microsoft Excel and then click on Tools > Macro > Visual Basic Editor. 1) if you want the shortcut only works in this sheet View > Project Explorer. Double click on the sheet or you want to use your formula. Under this if you want it works for all workbook then click on Insert > Module 2) You can try to fits the following code: Code: Sub true () ActiveCell.Value = "true" End Sub |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Looking for a Excel Macro to run Bank Reconciliation" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need help to find Bank Statement Reconciliation template for Excel | ELETTRA| | MS Office Support | 2 | 07-02-2012 04:53 PM |
| Excel 2003 Macro doesn't work in Excel 2007 | jjaw | Windows Software | 1 | 16-04-2011 04:35 AM |
| How to use Excel Macro | aSITA | Windows Software | 5 | 12-02-2011 09:34 PM |
| What is a Macro that is used in MS Excel? | Common | Windows Software | 5 | 19-03-2010 02:08 AM |
| Macro to Add Columns in Excel | geokilla | Windows Software | 3 | 15-10-2009 01:40 PM |