Help with production % vs time worked. daily / weekly. thanks!
I work at a warehouse, recently promoted to a management position. Soon as i saw this is how they track peoples production i knew it was wrong. But i have never used excel before 3 days ago. This is...
View ArticleActive X (Macro) to Sort data range to included added rows
Hi, I'm fairly new to macros and the like in excel so bare with me. I have a sheet which I am using to track spending and have a macro/Active X button to sort the data at the end. The trouble is that...
View Article[SOLVED] Need to return a row number after performing vLookup
Hi Everyone - I have attached a spreadsheet that I need some help with returning a row number. I have a Resources Tab that contains a list of names and additional information for each name. I also have...
View ArticleExcel Command Button: Location hopping using row number.
Hi there! I am making a button that will populate certain fields with information across multiple sheets in the workbook. I have that working fine. But I would like to have it recognize where it is, so...
View ArticleFind Cell Address of Last Row
Hi! This is my first VBA attempt. Am using macro recorder to learn some of the basic coding, but can't figure out how to get back the address of a selected cell. My application is a running...
View ArticleInserting rows from one sheet into the table in another sheet under certain...
Hello, I have the following problem: 2 worksheets - the first one has a table of sales operations of Company X during the year, the second one has a table with production of the Company during the...
View ArticleCopy row of data, paste in another worksheet, delete some of the cells copied
Hi, At the moment, I have this code: Code: With Sheets("Properties") Sheets("Archive").Cells(Rows.Count, 1).End(xlUp).Offset(1).Resize(, 47) = .Cells(CurrentRow, 1).Resize(, 47).Value...
View Articlevba random numbers
code below is constantly generating s = 3? even after closing excel and restarting... also the case select is always using sortDescription even though s =3? Code: Private Sub UserForm_Initialize() s =...
View Article[SOLVED] find last row of data add1 then change row bg colour?
hi all what i have is a workbook, with worksheets named january to december i would like either a button for manual input, or when the month ends, to be able to goto the last row of data, add 1 (goto...
View Article#NA Errors in Data Table
I have several #N/A errors in my Simulated Income data table on this exercise, which is preventing the formulation of the Simulated Profitability Statistics table. How can I turn the #N/A into...
View ArticleReset Toolbars when a Worksheet is Closed
I have a workbook that is set to open effectively in fullscreen, though I'm simply hiding the ribbon, formula bar, status bar and tabs. I have a Quit button to allow the user to close the Workbook...
View ArticleIf and If then macro or VLooup macro help
Hello all, Total novice on Excel just warn you all :) I've been searching a while for this and can't find anything. The issue is following: Everyday we import txt file in excel (using macro's) and...
View Articleexcel can link to the handphone ?
can excel link to my handphone ? what i means is when i type some detail into excel and i want the detail can sent to the handphone. May be using a device and sim card put into it, then using excel...
View ArticleRun Time Error 13 Type Mismatch
Having problems with my code. It will work by itself but when I copy and paste data into the worksheet I get a run time error 13 type mismatch. Private Sub Worksheet_Change(ByVal Target As Range) If...
View ArticleHelp writing a formula
Hello all, I am new to using formulas and figured someone here could help me. I have created a table with basic math functions, it calculates weight loads for an exercise program. I would like to be...
View ArticlePlease help
Can someone please tell me what I am doing wrong with this function Code: Function FindColLtr(Tsheet, Tnum, Tltr, Tstr) Tnum = Worksheets(Tsheet).Rows(1).Find(Tstr, SearchOrder:=xlByColumns,...
View Article[SOLVED] Assigning Names to Charts and Ojects for use in Macro
I'm working on a couple of Excel 2003 files/Macro's. One has a rectangle and the other file has a chart. I've been reading some posts on how to have a macro do something with the rectangle and chart,...
View Articlecopy text via notepad to excel worksheet
I need to populate a excel worksheet with data from a tab delimited text file. This can be done many ways. The issue I have is that the the text file contains a mix of english and japanese characters...
View ArticleMatch Type Error
This macro is one I got offline and it work perfectly with another tab, but once I try and use a second tab with different data I keep getting an error, It might be a simple fix that I am overlooking...
View ArticleCOUNTIF with 2 Conditions met UNTIL 2 Condition met
Hello, this is my first post to the forum. Thank you in advance for any help you can give me. I'm coding with VBA Tables and Formula provided are for reference only. What I need is to count the Cells...
View Article