Lock Unlock Row
Hello: I have lots of data (About 900 rows or so). Here in column L, i have check box. Below is what i need help with: Once i mark the check box (which means TRUE), i need to lock the all the cells in...
View ArticleTrouble with getting a value
Hi guys, I am working on a project in VBA and need a little help. My formula does not generate a final value, could some HTML Code: Function test(A, B, T, Y0) Dim sigma, n As Double n = T / 10 * 10 *...
View ArticleSummarizing mulitple dates onto one sheet. Please help.
Hi All- I recently submitted a topic about grabbing multiple dates for part numbers. But that required me to copy and paste each WIW sheet one by one and run the code. Attached is the file that I'm...
View Articlehow to center UserForm
I'm trying to center the UserForm on the same screen as my workbook, I have two screens and would like the UserForm to be centered on the screen with the workbook, but for some reason it opens on the...
View ArticleMacro to copy and paste seletive data into summary worksheet
I have a workboook that contains multiple tabs ( worksheets). These tabs are formatted the same except different data. I want to create a summary spreadsheet that input all the data from those tabs by...
View ArticleData Validation Combo Box - Indirect Function/Limit to one column
I have a worksheet that contains cascading drop down data validation lists using the Indirect function. I have the following code that creates a data validation combo box allowing the cells to...
View ArticleSave As
Does anyone know a save as code that i put behind command button to perform A Save As? Fo i thought it was workbook.saveas :confused:
View ArticleUnhide or hide sheets based on drop down list value - need help combining...
I'm trying to incorporate these these macros into one where the drop down value would unhide any sheet name starting with that value. I'd also like for it to be an Open Workbook event so that when the...
View ArticleMacro to Append Data to Separate Workbook
Preface: - I have a summary file where I house monthly data, tited: "YTD Summary.xlsm". - One tab within this file simply reports the data, while the other tab ('DataDump') stores it in its raw form. -...
View ArticleIndirect Range in VBA
Hi, I want the value of a named cell to be referenced as a range in vba, like Indirect function. I tried the code below and a few other things but am not able to get it working. Any suggestions? Code:...
View ArticleMacro which puts SUMIF on the end
First. hello I am new here. I need macro which will put SUMIF function on the end of the rows. Problem is in it that I do not always have the same number of rows and columns, and also I have headings...
View ArticleVBA code to turn off auto calc during a click and hold of a scrollbar
What I am attempting to do is to temporarily turn off calculations during the mouse click and drag in a scrollbar. So I just want to turn off calcs during the dragging of the scrollbar. I'm familar...
View ArticleAutomate printing several worksheets to PDF
Hi I have about 50 sheets in a workbook. I want to save each worksheet in a separate PDF file for each of the sheets. Can anyone help with a VBA code Thanks
View ArticleExcel Macro for Readability Statistics
I want to create a macro that will determine the "readability" of the text within a given cell. By "readability" I mean the Readability Statistics that Word returns after a spelling-grammar check:...
View ArticleCode from tigeravatar ,Copying data from one sheet and copying it
I want to look at column C and i have 3 values in there and dictate where i pull the data into the 3 different Templates. ( apples goes to template 1, Oranges goes to template 2, and Coconuts goes to...
View Article[SOLVED] Passing Variable through (radio) OptionButton(s) [Excel 2010/14 VBA...
I am having trouble with code contained in the attached sheet. It works fine for this but when I integrated it into another sheet it isn't working. I need to pass the selection from the OptionButton(s)...
View ArticleHow does the MSXML2.XMLHTTP object connect to the same session
I'm validating the username, password by opening a InternetExplorer, set the form elements and submit. I'm able to do it successfully. Now I make another request which is xml based, so I use a...
View Article[SOLVED] If the specific letter exists insert blank cell to the right
Hi, I hope this makes sense! In column C from C2 down there are different letters and if the letter i appears, I want to insert a new cell to the right of it and shift all other cells on that row to...
View ArticleCopy Data from one sheet to other to change data layout
Hello: I am trying to copy large amount of data from sheet1 to sheet2 to change the data layout. Please refer to attached sheet which shows the result i need in sheet2 (i have manually copied) Look for...
View ArticleI have a macro throwing an error and it appears to be due to a size...
Hello everyone, I have a macro that is performing a basic 'IF' function. I have included the code below. In case 1 the macro will run properly without fault. In Case 2 the macro throws an error...
View Article