Auto send mail with attachment
Dear Friends, I want to send the mail through m. s. outlook 2007 with attachment automatically. I'm getting error in code. Please correct it and add code to attach a attachment to the mail...
View ArticleVb macro coding to convert columns to rows
Dear Sir / Madam, I need output to appear like in the format in the excel sheet which i have attached with this post which i have done manually for your kind reference. kindly help me please.. i need...
View ArticleVba macro code for calculating average...
Dear Sir / Madam, i need output to appear like given in the attached excel sheet for every 100 values increase in the column TT, the average of watersd column has to be calculated at that 100th value....
View ArticleCell Range from the address
Hi, i have a macro running which produces me cell address like $GL$3 from the above cell address i just need GL. could you please tell the macro tip to achieve this? Quick reply will be appreciated....
View ArticleCombining an IF statement with cell colours
Is it possible to combine an IF statement with cell colours? In the attached example, I need to bring back a value ("a") in column IF, if the cells with values in that row are highlighted Green (ie...
View Article[SOLVED] Complex Vlookup
Hello! I'm looking for a formula to achive this: if value "A" is present in cells C6,7,8,9 or E6,7,8,9 and value "B" or "C" present in cell F10 to add a text in cell G3 For something similar I use this...
View ArticleFinding the unique value from Sheet1.Col1 then putting them in Sheet2.Col1
Hi everyone, I would like to ask for your help regarding the macro that I need. I have an excel file for inputting part no, part name and so on. I stumbled upon this problem, what I need is from...
View Articleshared folder outlook vba
Hello, Is there any way I can apply the code below to a shared sub folder in outlook? It works for my personal box but not for shared folders. The location of the folder shared sub folder is...
View ArticleMatch macro
Hello, I need a macro which could look for the sum of zero in one column of data (example attached). This macro which I've got so far works fine with about 25 cells of data. Unfortunately, it takes...
View ArticleFind nextdate for the current date
Hi i need to find the next date of the current date. Suppose if today is 8/11/2013 the my code should return 8/12/20213. could you please help me in this.
View ArticleCombining multiple rows from 2 columns into sorted columns depending on 1st...
Hi all, Working on FDA adverse events database and have several Gig of excel files (from ASCII) that I am trying to sort and combine. Basically Column A has the identifier and Column B the adverse...
View ArticleCheck Headers and stop the next Macro if its different...
Hello, I did not want to bother you again but I have a problem that I can not solve it because my knowledge in vba etc, are limited and could not become to find with Macro Recorder. Usually I solve the...
View Articlepivot table: display filter criteria
Hello guys, I need a help with a code that would allow me to display in a single cell all filter criteria that were used in pivot table. I used Google but was only able to find a formula that would...
View ArticleTemplate completion / Data Relocation?
Hi guys, Hoping someone can give me a hand with this, We are using some new invoicing software, which produces invoices for us. However the way the invoices are displayed is not in line with the way...
View ArticleIndependent multiple filters data with combobox
I would like to change the actual filter conditions, every combobox should be independent, filtering each column. Is it possible? Enclosed file show some comboboxes, but the first is related to the...
View ArticleCount Occurence of Word and return it to cell in another sheet
Hi, I want to Count the occurence of two words ("Yes" & "No" ) from Column G Say from G1 to G500 and return the "Yes " count to cell in I42 Column in another sheet & "No" count to K42 column in...
View ArticleDeliver UserForm Array to a class
Hey Guys I try to program a genetic Algo. Generating the Population and mutate/breed them already works fine, as long as i define the class properties as constant Integers. My goal is now to deliver...
View Articlecreating a variable drop autofilter
Hi i am trying to create a variable autofilter, in VBA, but having some issues with it, when i recorded it, got the following: HTML Code: "Columns("B:C").Select Selection.AutoFilter...
View Article[SOLVED] Select doesnt work in different sheet?
Hello, I have this code Code: Range("MyB!O2:O10").Select Selection.AutoFill Destination:=Range("MyB!O2:S10"), Type:=xlFillDefault this of course works, but only If active sheet is MyB ... when...
View ArticleVBA to paste data from 1 cell into the right row on another worksheet
Hi everyone Could someone help me please with this problem on Worksheet End of day I have data copied on to it. What i need is a macro to find the date on the end of day worksheet on the Daily Packing...
View Article