$$Excel-Macros$$ Re: vba formatting if value match reference cell

2013-07-31 Thread harh2
Thanks, i changed your code little bit and it worked Sub create_conditional_formatting() Range("b1").Select With Sheet1 With .Range("B1:E5") '.FormatConditions.Add xlExpression, Formula1:= _ '"=COUNTIF($A$1:$A$5,B1)=0" .FormatConditions.Add xlExpression, Formula1:= _ "=IF(trim($A1)=trim(B1),TRUE,

$$Excel-Macros$$ vba formatting if value match reference cell

2013-07-30 Thread harh2
Basically I want to compare a cell to a reference cell(range A) in the same sheet and highlight that cell for example A B C D Home HomeHotel Hotel Hotel Airport

$$Excel-Macros$$ For Each..Next . Help finding a number in data

2013-07-25 Thread harh2
Hi All I'm trying to write an excel vba code that return a number with respct to the value of the 2nd number. There are 5 number copied into one column(it has to be one column,project requiremnt) and if the value of 2nd number in cell1 is -995.25 and 2nd number in cell2 is > 1 it returns the

$$Excel-Macros$$ Re: Finding text within data

2013-07-09 Thread harh2
Here is a sample file with 2 example sheets On Monday, July 8, 2013 1:43:08 PM UTC-5, ha...@mst.edu wrote: > > Hi All, > Basically, I want to find a text from specific category and return the > text/number to a specific cell. > For example, > API NUMBER: (return the value here) > Find API number

$$Excel-Macros$$ Finding text within data

2013-07-08 Thread harh2
Hi All, Basically, I want to find a text from specific category and return the text/number to a specific cell. For example, API NUMBER: (return the value here) Find API number from the following text(be aware:API # is always 10 numbers separated by dashes e.g. nn-nnn-n) -

Re: $$Excel-Macros$$ Re: Excel Macro to import specific data from PDF to Excel

2013-06-26 Thread harh2
Hi, thanks for the file but I got run time error 53. File not found? On Tuesday, June 25, 2013 11:45:20 PM UTC-5, Francis Mukobi wrote: > Basole > wrote: > > >Hamood, post your PDF file and tell what data you want to import > > > > > > > >Em terça-feira, 25 de junho de 2013 13h36min05s UTC-3, ha..

$$Excel-Macros$$ Excel Macro to import specific data from PDF to Excel

2013-06-25 Thread harh2
Hello, I hope you're having a good day. I would like some help in my project involving imprting some data from pdf into excel spredsheet. It involves creating a button in excel to load the pdf file and copy some pre-selected data into excel. Can anybody help me in how I should approach the proje