How do I creating a shortcut (link) in a folder?
Thanks to all the posts on the wonderful forums, I've been able to create a number of macros to make data entry for my coworkers much easier. However, a few of them are completely computer illiterate...
View ArticleVBA - Reorganizing and transposing data
Hi everyone, I could really use some help with reorganizing data, that would probably be best achieved with a macro. I have very little to no experience using VBA so your assistance would be GREATLY...
View Article[SOLVED] If column dont contain 0 then delete row
Goodday hope someone can help I have an array in Column H with 1300 rows, I need a Macro or a formula to do the following -If no 0 in array then delete all row that dont contain the 0. Sample below.Any...
View ArticleActive Hyperlink in Email body.
Hi there, I have createda UserForm to create an email. One of the TexBoxes contain a link. My code is the following for one of the lines in the email body: Code: "<p><span style=""font-family:...
View Articlemastering of macros
Dear friends, I would like to learn macros, becoz it is must for me to survive in a present job. pl. suggest me what i should do ? and also let me know to best site and book to learn. Timely help will...
View Articlemacro that will insert rows base on a cell value
Hello to all, I am a newbie in excel macros and i do create macros by just recording. Need to create a macro that will insert number of rows below a cell base on its value, then copy a range of data in...
View ArticleCustom Format
Hi Friends, I would like to know the vbcode for number format in which want to display "AED 0.00/RM" after run. Can any one help me? Please... Yasar Arafath
View ArticleAverage of a set of Bounded Values
I'm trying to make a macro that is capable of averaging a set of values within given bounds. That is, for example, a macro that will ignore values below 10 and above 100, or something along those...
View ArticleIf cell middle parts are matched ,that cell highlight
hi, in my excel sheet data available in column "A" to "H" in below format.. http://i46.tinypic.com/2s01g7k.png As a example i have highlighted 4 cells in two colors..each highlighted cells after first...
View Article[SOLVED] Cut 'n' Paste Multiple Rows Macro
Hello, I am running Excel 2010 on Windows 7 (64-bit). Please find attached my Excel 2010 workbook named: Book5. (all data contained within this workbook is fake). I have highlighted several cells in...
View ArticlePutting Together Date and Time into one column from two columns from another...
Hopefully this code will kind of make sense to you guys in explaining what I am trying to do.... Please see attached excel to see example. Sheet1 is the original data sheet and the data will be...
View Articlemacro that puts in borders on any cell that is not empty
hello all, can anyone help me, i need a macro that will put in borders on a worksheet in all cells that are not empty, the next column of empty cells should also have borders. Thanks in advance
View Article[SOLVED] Delete rows in database if value is zero
I am posting a block of data to a database and some of the records in the block have a value of zero. I would like to post the block to the database and then delete any records in the database that...
View ArticleHelp on basic VBA
Hi all, i seem to be having trouble on a basic piece of VBA, im trying to add the below formula into e3 to last row, and im taking the last row info from the count of column J, but when i run it, it...
View ArticleError 424 when running stopwatch
Hi. I wonder why is generating this error: Quote: Excução time error '424 ': The object is mandatory Attached Files Cronômetro VBA.xlsm (22.0 KB)
View ArticleVBA How to only apply a formula to a cell if it meets a certain criteria
Hi again, i've now managed to write the first part of my code, but now i want it to do something else, id like the formula to still be written into each of the cells but only if the cell is blank, so...
View Articlelookup formula need help
i have data in a1:a100, b1:b100, c1:100 if c1 data mach between b1:b100 in any cell then paste result front that cell (from a1:a100) example if c1 data mach in b5 then paste a5 if c10 data mach in b20...
View ArticleShow image on mouse over in another cell
Hello everyone. A week ago I decided to create a list which will contain the card names from a card game I play. Once this was finished I thought it would be great if I could have a image of the card...
View ArticleCompile Error in excel 2010
Hi Below is the code within excel 2003 (32bit) and it comes up with an error when i try to use the addin in 2010 (64bit). Can someone please help thanks...
View ArticleCreate a bouton to save as a pdf a another sheet then the active sheet using...
Hi, I am beginner beginner beginner...lol I would like to create a button that allows to save a hidden sheet as a pdf file using a name composed like MENU-(+Date specified in cell of the active sheet)....
View Article