$$Excel-Macros$$ Use of ADO Connection in Excel Macro

2014-12-21 Thread Zafar Iqbal
Dear Experts, Below mentioned code is to copy data from Sheet1 of all files at specified location and paste in active Sheet. For regular up-dation on weekly basis, it is needed to make this macro flexible with use of ADO Connection. It will allow us to choose required folder, select one or more

Re: $$Excel-Macros$$ Add control on button click

2014-12-21 Thread Vaibhav Joshi
Cheers!! + *I did not do this for you. God is here working through me for you.* On Sun, Dec 21, 2014 at 1:38 PM, Rupesh Patil wrote: > Hello Vaibhav, > > Very very thank you Vaibhav. Excellent work. Perfect solution. I am really > really appreciate your time. > My senior will be happy becau

$$Excel-Macros$$ VALUE TO PASTE IN OTHER PLACE - WHEN EVER U CHANGE THE PARTICULAR CELL

2014-12-21 Thread big smile
Hellow Friends 1] I am changing the value of -- Sheet6-C22 - everytime 2] The same value should be pasted in the box show B4 : g13 3] The 1 st change in c22 - pasted on b4 of sheet1 4] The 2 nd change in c22 - pasted on c4 of sheet1 & so on

Re: $$Excel-Macros$$ Macro for Ageing of Inventory

2014-12-21 Thread C.G.Kumar
Hi, The formula added does not help in case Available Qty is less than last purchase qty. Further, Ageing can be located in more than a period.Please see red marked result. Formula need to be executed for line items more than 12000. Do Not believe a formula can solve this. Thanks a lot for

$$Excel-Macros$$ Cash Flow Dashboard

2014-12-21 Thread C.G.Kumar
Hi, I would appreciate if anyone can help me with Cash Flow Dashboard. Many Thanks, C.G.Kumar -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1)

Re: $$Excel-Macros$$ Macro for Ageing of Inventory

2014-12-21 Thread Ashish Bhalara
Mr.C.G.Kumar See attached file as your require function. Regards. Ashish Bhalara 9624111822 P*Please do not print this email unless it is absolutely necessary. Spread environmental üawareness.♣♣♣* On Mon, Dec 22, 2014 at 9:44 AM, C.G.Kumar wrote: > Hi, > > I have purchase data in a spreadsheet

$$Excel-Macros$$ Macro for Ageing of Inventory

2014-12-21 Thread C.G.Kumar
Hi, I have purchase data in a spreadsheet and List of Inventory Items on another worksheet of excel. May someone help me with a macro or advance formula which computes Ageing of Inventory. Age of Inventory is calculated in Purchase Sheet but do not know how to compute for available qty only. Sa

$$Excel-Macros$$ Vba Query

2014-12-21 Thread sanjai Kumar
Dear All, PFA. there have two column we want find data from current Status as like in output column. According output record already available in current status column. Please Solve it by vba. Regards Sanjai kumar -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s

Re: $$Excel-Macros$$ How to remove excel macros from multiple closed files

2014-12-21 Thread Vaibhav Joshi
Try to open file one by one using macro n save it as macro free workbook . Xlsx Cheers On Dec 21, 2014 1:03 PM, "Zafar Iqbal" wrote: > I have +500 Excel files (*.xls) having macros, all located in same folder. > I want to remove all macros from these files. Removing macros manually one > by one

Re: $$Excel-Macros$$ Add control on button click

2014-12-21 Thread Rupesh Patil
Hello Vaibhav, Very very thank you Vaibhav. Excellent work. Perfect solution. I am really really appreciate your time. My senior will be happy because of you only. Once again very very.. thank you Vaibhav. On Sat, Dec 20, 2014 at 5:32 PM, Vaibhav Joshi wrote: > Hi > > Check this...macro adds te