Plotting graph with vba
Hi all, i have an error setting a range for my graph. Currently my code looks like this. Any solutions? Thanks in advance Code: Dim r As Range set r = Range(Selection,...
View ArticleHow to programmatically add Oracle Provider SW to a machine using VBA
I have created a VBA module that pulls data from an Oracle db and returns it back to Excel. It uses an ADODB.Connection. I have both SQL Developer and Oracle client loaded on my system. The VBA codes...
View Articlesplitting text (address)
Hey all i am new to excel and i am trying to find a quicker way to sort my data. I have a list of addresses in column A and i would like the data to be split and displayed like in the picture...
View ArticleWriting a Grading WS sub to find stats (mean, stdev, etc. for data) and put...
Hi, I am working on an excel grade book that automates many of the repetitive tasks in generating certain forms and statistics from a set of data. I am looking for a way to write a sub that will...
View ArticleStraxx-Prevent it working
I work with colegues who use the Straxx password remover when they forget their passwords. However, i set up a workbook for them, and protected each sheet, yet instead of making contact with myself to...
View ArticleCode for turning sheet3 content into a pdf and emailing it with cell info all...
Basically looking for code to email the content of sheet3 in PDF format while operating from within sheet1. Content of the email will include cell data from (A1) =(johnDoe@bla.com). Subject line (john...
View ArticlePlot XY points in spreadsheet using paint bucket fill based on cell Coordinates
I have a series of XY points in excel. I want to plot these points on an excel sheet, not a chart, by running a macro to shade the cell that corresponds with the X and Y coordinate listed across the...
View ArticleComplex Duplicate Removal
Hi guys, new to the forum and I have a rather complex question / problem that I really need help with. The rate that Im learning VBA coding is not going nearly fast enough to handle this myself! ☹ I...
View ArticleHow to match if cell contains some part of the string from other cells in...
Hi Everybody, It really a great pleasure for me to visit this forum to dig knowledge in Excel!!!!!!!!!!! So here is my question and description. I have attached one workbook named as Sample111. In this...
View ArticleError 1004 when I try to import any file with TextImport.xlsm
I downloaded the textimport.xlsm attached by Rob in of the posts. I tried using it for importing my files but it keeps giving an error saying files not found. Please help me out. Thanks, Swami Attached...
View ArticleHELP! need a lesson on referencing and error checking two cells
So here is the problem...I have created a spreadsheet that does all my calculations for work....2 specific outs are "actual magnetic spacing" (above and below) and "magnetic spacing required". Problem...
View ArticleVBA invoice button
Hi everyone i have two worksheets: worksheet(3): alarm price 1000 Row C Row D oil 26 lube job 18 radiator empty transmission empty inspection empty car parts alarm labor 20 bucks 3 hours i need to pass...
View ArticleMacro to create lines that connect cells
I would like to create a macro that inserts vectors from the bottom of one cell to the top of another. I have found the below approach but it does not seem to work. can someone help me please? Sub...
View ArticleFind the latest entry for a category in a list using VBA
Hello! I hope everyone is having a nice day. So I have this list with loads of customers. Each day, different updates are being registered in a format I created. In order to create a visual report I...
View ArticleMacro that would loop through duplicated project name and assign consecutive ID
As title stated, I would like to ask for help for a macro that can loop through the project name(Column B), find out the duplicated one, and assign consecutive ID for the duplicated project e.g. there...
View ArticleCopying specific row values from all the sheets of a closed workbook (a bunch...
Hi, My friend has lot of excel files kept inside a bunch of folders (each named using the date). Each excel file will have multiple sheets (count can vary) and will have a row (say C4) with state...
View ArticleOpen the last modified file from sharepoint sites
I want to open the last modified file which is an .xlsx extension from sharepoint sites. I have so many files which has different extensions too i want only to open the .xlsx file which was modified...
View ArticleHow to apply in one shot a macro on different columns instead of one column?
Hi Excel experts! My sheet looks like that: Code: A B C D E F G 1 This is string1 his 0000 ng1 0000...
View ArticleNeed a Macro code for Dropdown
Hi All, I need a drop down for 'By Country" and "By Specialty" in the sheet 1, i need the same country names and specialties in the drop down which are there in the sheet 2. Countries: UK, USA, Germany...
View ArticleHow to copy fr AU:AY & paste to O:S after double click at B in same row
hello all, I have a double click target at column B (can i have a limit for B20:B100 in stead of entire column B?) DoubleClick @ B20 then copy from Range("AU20:AY20") paste into Range("O20:S20")...
View Article