[SOLVED] Receiving a "Method 'Range' of object'_Global' failed" error
For some reason, VBA isn't even letting me step through the code with F8 ever since I added this portion of code to my program. When I try to run it, the spreadsheet highlights a cell as if it's about...
View Articlefind button process slow down on inserting 15000 records .....
Hi all :) i got a problem in my sheet when i insert 15,000 records and search through title.. it takes time to search the sheet.... cant the process of searching may become fast ? OR list auto diplay...
View ArticleXY Scatter Chart: unique point colors and shapes
I am having difficulty assigning unique point colors/shapes in a X Y scatter plot based on corresponding color and shape ID numbers contained in two columns of my data table. To provide some...
View ArticleAutofill EOMONTH
Hey all, I'm a complete noob at VBA. I'm trying to have a cell = "1/31/2011" and autofill the rest of the rows to the current eomonth date. I've tried several variations of EOMONTH. but i'm completely...
View ArticleGet Custom Number Format
Hi all, Using Excel 2010. I would like to generate a report on certain columns for all worksheets in a workbook to review the custom number format for the given cells I entered a customer number format...
View ArticleExtract Data in specific cells into a new worksheet using any method
Hello, I need some major help, I don't know where to begin but based on my excel experience there wouldn't be a way for me to develop something myself that extracts the specific data into a new...
View ArticlePaste Data from Sheet one to other sheets based on date criteria
I am working on a project to display some metric data via a piviot table. I obtain my data via a connection to an oracle database. It pulls in a lot of information and I want to split it up to make it...
View ArticleNewbie wanting to create "auto-fill" spreadsheet...
Hi, I am probably barking up a tree when I think that I am capable of trying this. I use Excel, but on a novice level. Im not sure if I can figure out how to ask my question, so I had a hard time...
View ArticleHow to stop PasteSpecial popup message
Hi I have the below code to iterate and copy/paste data. Code: Â Â Application.DisplayAlerts = False Dim r As Range Set r = ThisWorkbook.Sheets("POList").Range("A2:A150") Dim sheetName sheetName =...
View ArticleRuntime error 1004 when creating/formatting a table with VBA
Hi. I'm new to your forum; an amateur VBA programmer from the Houston area. I recorded this code in an attempt to create and format a table in Excel 2010. Code: ' Â Â NumRows =...
View ArticleDelete Duplicate records but keep 1 record with most recent date
Hello! I have a table that contains data from columns A:H. Column B is a Date Field (Short Date Format= mm/dd/yyyy) Column C is an alpha numeric field (Text Format) There can be duplicate values in...
View Articlecut/paste row based on cell value
Hello all, I'm using Excel 2013. Talk about WOW!!! Two weeks ago I didn't even know what VBA was. It all started with a google search on how to update tab colors automatically. ExcelVBAIsFun, Excel...
View ArticleIdentify the last 2 blocks within each Division & Group
Hello, I have a table that consists of: many divisions; many groups witnin each division; many blocks within each group that range from lowest to highest. I need a formula or macro to assign a value 1...
View ArticleTrying to Modify Mail VBA to loop and add attachment
Here is a VBA I found for pulling data from a spreadsheet and filling it in within Lotus Notes. I am trying to make this VBA run through a list of 35 or so lines and check whether or not a particular...
View ArticleVBA Code to Find All, Activate cells, copy row
Hi Everyone, I'm still fairly new to using VBA and I was wondering if someone would be able to help with this. I'm trying to; 1) find "all" cells that contains a variable/text that I type in an input...
View ArticleRun Time Error 3734
Error: Database has been placed in a state by user "Admin" that prevents it from being opened or locked. I cannot delete the .lbd manually and I am trying to access the database that is owned by me. Is...
View ArticleInputBox that enters selection in cell
I have the following code that based on a message box selection of "no" an input box will pop up to obtain information from the user. How do I get the information entered in the input box to output in...
View ArticleData update in active sheet and also to master workbook through vba
I have master file and sub working files more than 10 i want retrieve the data to master file from user working files i have 10 sub user files working on when the save the updates it has to also save...
View ArticleSearching and Updating multiple values across Worksheets
Hey guys, I am having a little difficulty thinking of how to code this problem. Maybe one of you could point me in the right direction. I have a Master sheet and a user sheet. I am trying to update...
View ArticleUnixToDTM conversion function needed
I am trying to get a function to convert Unix time to Excel date time. I need to be able to enter =UnixToDTM(A1) to get the Excel date/time value of the Unix date that is stored in cell A1. I have the...
View Article