Copy data entry from one sheet to another based on various criteria
I am posting this in the hope that I can get a vba code to help solve an issue. I have a data entry sheet that I need to pull data from a master sheet, update it then copy the results back to the...
View ArticleProblemRetrieving Display Information
I'm using EnumDisplayDevices to retrieve display information into a DEVMODE data structure. Private Type DEVMODE dmDeviceName As String * CCHDEVICENAME dmSpecVersion As Integer dmDriverVersion As...
View ArticleExtracting specific lines of info from several works into one worksheet
Hello Ive had a look around the site to see if I could find some VBA that I could use, but as yet no luck. What I have at the moment are lines of information with dates that change colour when nearing...
View Articleusing vba to print a linked word document from the spread sheet
I have a word document linked to a worksheet via the 'special paste' option. I want my user to be able to print this word document from a button on the work sheet. The following code: Sub...
View ArticleDoes anyone how to hide excel macro worksheet each time excel 2007 starts up?
Does anyone how to hide excel macro worksheet each time excel 2007 starts up? using vba syntax thx
View ArticleConvert a dynamic data range into a table
Afteroon Guys, Great to join! Considering how much I use excel day in day out i'm surprised i haven't joined sooner. I've had a look through the web, and checked the forums here but can't find a...
View ArticleSearching multiple worksheets for a specific cell value
Hi... I'm trying to employ some code (that I probably got from this site) that works just fine elsewhere in my spreadsheet but I can't seem to get to work in this slightly different application....
View ArticleSame data Mapping from one excel to another excel (Fileds change)
Hi guys, I have an excel sheet of say 3 fields X,Y,Z in a row but i want to rearrange them like Z,X,Y. so i wanted to do it in through Macro's. I am a fresher to Macro's. So please show me the way to...
View ArticlePopulate a combobox when opening a workbook
Hi! I need to populate a combobox upon opening a workbook. I've tried the following but I keep getting a error message stating that the "ComboBoxNOMBRES" variable has not been found. Where am I going...
View ArticleExcel DateDiff Function
Hi Friends. I need a urgent help, I tried my best :confused: . But I couldn't find the solution. I attach my excel sheet. I mentioned my question in excel sheet. Please answer. Thanks in advance. Best...
View Article[SOLVED] Increment column automatically when input on new row
How would i get a column to automatically increment based on the population of another cell in the row? For instance, column A contains my order numbers 00001-00002-00003 etc... I want it to...
View ArticleCopy multiple lists from multiple worksheets into single worksheet
Hi All I am all new to this Excel VBA. I have a series of code that I use to generate daily sheets. All I'm trying to do is, to copy the data from daily sheets and paste it into the master sheet. I...
View ArticleCopyPicture issues?
Hi, I developed a custom made graph in Excel, existing of various sizeable pictures. The VBA is working perfect and all seperate pictures resize correct. There aren't any spaces between those pictures;...
View ArticleMacro to delete an previously inserted image
Hi, could someone help me with this problem please. I'm using a macro assigned to a Command Button to insert an image into an Excel worksheet, this is the code Code: Private Sub AddLogo_Click()...
View ArticleSheet Protected - Message on unprotected cells?
Hi, i am doing a project for work where i was given a pre existing sheet that was created by someone who no longer works here. i have had to do alot of modification to it, however some of the original...
View Article[SOLVED] New to arrays-Create two column array with different column order to...
UPDATE: Yes, I know the obvious solution is to alter the worksheet column order instead. But I can't (long story) hence this thread. I am new to arrays and wish to achieve the following: I have...
View ArticleCan you use a Macro to auto format a MS Access Report (exported to Excel)?
Hello All, I'm new to the site as well as macros and was hoping someone could help. Every month I'm asked to run a report out of MS Access, when I run the report I then export the data to MS Excel....
View Article[SOLVED] New to arrays-How to VLOOKUP a VBA array?
Hello all, Say I have a 2 column array. I want to search the first column of the array for value XYZ and return the value from the corresponding second column. How do I do this? :confused:
View ArticleTimetable development with INDEX MATCH ROW formula using multiple criteria
I am preparing a spread sheet to present peripatetic teacher timetable options, where all data used throughout the workbook is stored on one sheet (part of which is attached) My problem is...
View ArticleVBA Macro to Find and Replace a Number > 10 with 0 in a Range
Hello, I am on the greener side of programming in VBA and am hoping somene kind can help me. I have a report where a range, say column B, rows 6 to 300 (B6:B300) I need to find the numbers in the cells...
View Article