Help converting String to Form Object Name
I want to know if it is possible to use a string variable to reference a form object name. Capture.PNG I have 9 check boxes and 9 text boxes, and I only want each text box to be enabled if the...
View Articlecreate a hyperlink to open a new file
I have created an user manual outline with testing activities and I have tried to create hyperlinks to the page where the tesng activities are written. They are written on a word doc and saved on my...
View Article[SOLVED] Problems Declaring HTMLDocument
My Sub() won't execute it is rejecting the line "Dim oDoc As HTMLDocument". I have been searching the internet trying to find out why without any success. I have tried "Dim oDoc As New HTMLDocument",...
View Articlesave without prompt and close the workbook at the same time
I want the workbook to be saved and closed at the same time WITHOUT any prompts. Is this possible? I'm a newbie and can't find the right code. Your help is much appreciated (soory for my poor english).
View Articleclearing the clipboard
Hi All, I found this method in this forum but it doesn't work for me. What have I missed? What should I do to make it work? Declare Function CloseClipboard Lib "user32" () As Long Declare Function...
View ArticlePull Various Data From Web XML file -Copy Of XML Attached- :confused:
I'm trying to pull Data from XML files from the web, the info i'm trying to pull is Directors Name with link or as link, and producers Name, as link or with link. I have little experience with this,...
View ArticleCopying from columns to rows
Hello All First post and I am really stuck with this problem. Basically I want to copy from a column on one sheet and transpose to a row on the next - but I need to do it in batches of 48 rows (ie copy...
View ArticleA Macro to sort list after it has combined rows
I Have posted workbook that contains a macro which works fine but I also need it to sort them by ascending order everytime & to auto the macro to work everytime a value is added to either list. I...
View ArticleVBA code to insert formula with automatic cell referencing & size
Hi, In the attached spreadsheet, I am trying to insert the following formula starting in cell C2 then to automatically fill to the last cell based on the number of IDs in column A. Code:...
View ArticleImporting customized toolbar with macros into Excel 2010 ribbon
I have created a customized toolbar in Excel 2010 which contains several icons that trigger macros (a set of VBA coding per icon). For example, one icon will insert a checkmark in the Webdings font...
View ArticleCheckbox moves row to sheet two?
Work in progress.xlsx Hi all i am what you might call a newbie to say the least! but i have been tasked to develop a spreadsheet that to the rest of you might be as easy as breathing! basically i have...
View Articlewhere can I see list of pending subs to run when using "Application.OnTime"
I'm using "Application.OnTime" statements in several places in my macros. some of them refer to trigger executions on specific time, while others are using current time + x seconds. Is there a place...
View ArticleCreate a new sheet in my workbook by pushing a button but use a template
Hi i have been trying to figure this out for a while, I have managed to get the button to create a new sheet and put it next in the order of sheets but my problem is the sheet i create is blank, I...
View Articlevlookup with multiple duplicate values
I have a data sheet "main page" formatted like this: Attachment 189817 And another sheet "cost list" with data formatted like this: Attachment 189818 The main page uses the cost list sheet in a vlookup...
View ArticleMacro to removed entire row on Sheet A if a text matches a condition on Sheet B
Hi all! first post after searching the internet for 3 days!!! I have a huge database list of customers on Sheet A (first name,last name, address,emai,etc...) and another list on Sheet B. I need a macro...
View Articlehow do I make this code start at the first hidden row in the sheet?
The problem is that if this macro is run more than once it creates a second OLEObect on top of the first. If it could start at the first hidden row that would probably solve the problem. Alternately,...
View ArticleMerge if cells in another tab are filled?
I am not sure what kind of function I need in order to do this... I have 2 tabs with the same amount of columns in each. I want the columns in the first tab to merge if all the columns in the second...
View ArticleDates in Userform VBA
Hi In my office web components (Windows 7) I can not find any item that I like to introduce in my UserformVBA for dates (Date and Month). So, I would like to ask you for help to the possible resolution...
View ArticleFind the next date after today's date
Hi there, I have a sheet called "Bookings" where I have entries of pupils booked for driving instruction. The pupils all have an id from A1 to A5 and the ID is in column A. I want to be able to find...
View ArticleNeed help with having excel return custom algorithm results
I have looked into several different ways of solving this and have not been able to identify a solution as of yet. I have attached an example of the kind of data sets that I am working with as well as...
View Article