Best answer: Hi I need attendace sheet on Montly can any one help me
Excel - Copy row 1 to new worksheet if column x true Issue Solution Note Issue I have a list of manuals on worksheet 1 and I am trying to copy info to new sheet based on request dates. So, let's say column J is request date. If...
Best answer: i am doing library project but i have a problems. i need VBA condinal copy and paste in to cell. also every time i paste it need to change to another cell every time.
Best answer: Hello, Your example is not very clear. Do you mean you want to transpose the data from a horizontal position to a vertical position. If you want to transpose the rows to colums just use copy and paste special.. Make sure you mark the transpos
Best answer: hi! i want to read data from one excel sheet through my MFC VC++ applictaion and i want to write those data into another excel worksheet.if u know the solution can u please send me the solution.
Best answer: Hi, I've tried something in this style, Sub () Worksheets("Sheet1").Activate Range("A1:D10").Select If active.cell.selected Then Selection.Copy Sheets("Sheet1").Select Range("A1:M1").Select ActiveSheet.Paste Else End If End Sub I manage to ge
Best answer: Thanks for the Reply. I want to work between the workbooks. Copy from first workbook and paste in the 2nd workbook. In the first workbook the data starts from column B. I am looking for the current data (this monday ).And this record would be
Best answer: My question is i want to paste sum added data on other excel sheet so that data automatically make changes when i make value change it automatically change the other values in total. Thanks
Excel - Copy a range if the a specific column is blank Issue Solution Note Issue I'm trying to copy a row of data from column A - G if column D from row 8 - 209 is blank to the bottom of my spreadsheet. I used the following coding,...
Excel - Copy/paste values on a specific column Issue Solution Note Issue I want to, copy/paste values on the specific column based on cell A2. i.e. if cell A2= 1 then copy/paste values for the January column (range B2:B10), if A2...
Excel - Copy from first column and transfer to other column Issue Solution Note Issue I have a range table that is 18 columns. I want to be able to look up the number in the first column and return all the info in the other 17 columns...
Excel - Copy down formula if cells on left non blank Issue Solution Note Issue I need code to copy down a formula from R2 to R3, R4 , R5 etc only if H3, H4, H5 etc is nonblank. I also need to copy formulae from U2:CY2 to U3:CY3,...
Excel – Copy to next blank line Issue Solution Note <!-- TOC --> Issue I'm new to macro - so don't laugh... I'm trying to copy Cells A1 and B1 from 400 worksheets to a single worksheet (Merge). The following macro code copies and...
Excel - Copying row from another sheet Issue Solution Note Issue I am working with 2 Excel, One field is common in both the excel "SID". I need to copy the row of SID say 'ABC' from Excel B and append to the row of same SID 'ABC' in...
Excel - Copy rows from sheet 1 to sheet 2 Issue Solution Note Issue I need to have a macro that will copy rows from sheet1 to sheet 2 . The catch is from sheet 1 col A for eg A3 may have the number 10 in it. I need to copy that row...