How To Move Around Without Unselecting
Jun 27, 2009
I've got a selected area and a button I've got to click on. I can't see them both on the screen at the same time.
If I try to move from the selected area to the button the selected area becomes unselected!
How do I keep it selected?
That's the problem and the question. If you'd like to know the background it is this:
I need to put a spreadsheet into a web page and I downloaded a macro that will generate slim html code for you, for any spreadsheet.
This is it. When I ran it I discovered it opened in its own spreadsheet with this button to get it started once you've pasted into it the spreadsheet or part of a spreadsheet that you want converted.
Makes it nice and easy. Easier than bothering to import a macro into your own spreadsheet.
View 10 Replies
ADVERTISEMENT
Jul 7, 2009
is there a way to stick a few row of cells together so that when i move one they all move.. i have some rows that when i sort them i want them to move together with the other ones..
View 9 Replies
View Related
Apr 21, 2008
How would one go about making a module that would tell Sheet1 that if any number in column B is greater than 1 then take the contents of the row that number is in and copy it to Sheet2? Attached is an example of the workbook.
View 10 Replies
View Related
May 31, 2007
I have 8 rows (B345:B352) that have a formula similar to this:=IF(Site1!B53>0,CONCATENATE(Site1!$B$53," Scansys 942 @ ","$",Site1!D53,".00"),""). By the way, can the formula be shortened? I tried formatting the merged cell but nothing changes.
When Site1!B53=0, then there's nothing in the cell.That's how I want it. But say, row 3, Site3!$B$53 >0 how do I programatically move (copy/paste?) row 3 to row 1 (since row 1 and row 2 are blank)? In other words, Since rows 1 & 2 is blank, I don't want the two empty rows there, so I would like to move row 3 up to row1.
View 9 Replies
View Related
Mar 10, 2009
I have a workbook with several sheets each containing different numbers of rows. These rows contain data from clients (codes etc applying to motors). The rows have been randomly populated and I am having to move rows from somewhere in the sheet up or down so the codes are grouped according to which motor they apply to.
What I want to do is select a row and be able to run a macro that will move it where I want. The destination can be up or down and any number of rows away. Does anyone have any ideas how to do this? I was thinking that if I selected the row I wanted to move and the one I wanted to move it to then run the macro it could be moved. Its not to replace the destination row, but be inserted alongside it.
View 9 Replies
View Related
Mar 18, 2014
For a specific equation to work I need to know the distance whenever the acceleration is maximum.
The last part is a piece of cake, using MAX I get the desired results.
However, returning the distance is difficult.
What I'd like to do is return the value of the cell to the right of the maximum acceleration.
Using
=ADDRESS(MATCH(MAX(K2:K754);K2:K754;0);COLUMN(K2:K754))
I got the address of MAX, but that's about as far as I get.
View 9 Replies
View Related
Nov 30, 2008
I have got a problem with moving to another cell. For example, I click A1, the active cell is A1, then I wanna move to B1. I usually just need to use the right arrow on my keyboard to move. But this time, it didn't move - instead, it moves the scroll bar.
View 2 Replies
View Related
Jan 22, 2013
I tried to move a tab to a new Excel workbook. You may say that it is very straightfward to do it: right click the tab and then do 'move' or 'create a copy'.
I found the problem is that the whole color will be completely changed and look bizarre. I really like to get a genuine copy of the tab: all remains the same.
View 5 Replies
View Related
May 30, 2014
I am trying to move some parts of a row (From G:AE) where text is found in G Column. It moves it back 1 column from G
[Code] .....
Attached File : ozeform.csvā€ˇ
View 4 Replies
View Related
Feb 15, 2014
In column F if a cell contains the word Test I want it to copy the cell where it is found and paste the value of it exactly 4 cells to the left.
View 1 Replies
View Related
Mar 7, 2014
I could get a code to move a row from one area of a worksheet to another area on the same worksheet once a cell is tagged "Paid" via a refreshed macro. The updating data table starts on Row 3 for columns "B" - "R." The paid table starts on row 56 where column "B" always has a date in its cell.
View 7 Replies
View Related
Dec 1, 2008
Can this code be modified to copy pictures rather than move them? I want to keep them in a tidy library column A:A. The workbook finds a picture based on the picklist, it is an example I found online but I need it to copy and paste the picture (and leave the original where it is).
F1 cell
=VLOOKUP(A2, PicTable, 2, FALSE) this is connected to a 2 column validation table called picTable that has names in the first column (values in the picklist) and picture names in the second column (which corrosponds to the actual picture names)
Also, long after they have been copied, I need to clear all of what I have copied (with a macro button), but when I record a macro to do this it doesnt work because the copied "picture number' changes each time it is copied and the recorded macro only deletes the picture object number that I deleted when recording it!
View 4 Replies
View Related
Dec 5, 2008
I am trying to move the data in a row from cell D thru I (eye) to cell H thru M.
Simply move it all over a few cells. Well not so simply.
The line in RED fails.
View 7 Replies
View Related
Dec 16, 2008
I require code which will transfer text+numerical data from column K to column I (same row) and numerical data in Column I to one row above. I enclose an attachment by way of illustration. Actual s/s is 332324 rows deep - making manual changes impractical.
View 2 Replies
View Related
Nov 10, 2009
I am trying to move one column to the right each time the macro is ran. Next time it should go from columns B:B to C:C
View 12 Replies
View Related
Jun 14, 2012
I need to cut and move data in a worksheet where the bottom always changes. The header row should stay in worksheet 1 and row 2 down to the bottom needs to be cut and moved to worksheet 2. One time it could be 100 rows and the next time a thousand or more.
View 5 Replies
View Related
Feb 16, 2013
I have a small formatting issue in my excel spreadsheet.
I would like to move cells in the form below:
1
0
95
35
21
2
12
110
272
14
To:
1
2
0
12
95
110
35
272
21
14
View 4 Replies
View Related
Jul 31, 2013
Funds
Existing
Desired
Difference
[Code]....
I want to share the excess amount with negative ones and I also want it to be displayed in what percentage amount is switched. For example: D2 has excess amount of 50 but D3,D5 and D8 has a short amount of 10,10 & 30 Now I want from D2----20% (i.e D2/D3*100) should switch to D3, 20% should switch to D5 and remaining 60 should switch to D8. Is there any way of doing the same in excel.
View 4 Replies
View Related
Dec 6, 2013
I am trying to format a column of data. What I would like to do is move the contents of the cell based on the number in the cell.
I would like to move the content if it is greater than 5, but less than 70. If the content is between these, move it to a given location.
Is this an if/then? Ive got a few programming books here but not sure how to relate what I want to do to an example in the books.
View 4 Replies
View Related
Nov 10, 2006
In a macro I made, I have a do...while loop:
Do While Not objXLworkBook.ActiveSheet.Cells(nSequence, 1).Value = gcstrEMPTYSTRING
.....bunch of code
Loop
In my file, the second row of data always contains blanks (i.e., I've got a HDR record, blank row and then rows of data). How do I make my code bypass that empty row of data and then continue processing all other records?
Should I put a "move to next record" in my bunch of code, and if so, how do I do that?
View 9 Replies
View Related
May 25, 2007
i have copied and paste text and numbers from a file into EXCEL. Now in one column i have the header and 4 lines, ie
Header: Details
Line 1: Email :*
Line 2: Tel : *( )*
Line 3: Fax :*( )*
Line 4: Web address :*
I want to move Line 1 to 4 into different colums for sorting and pivot reasons.
View 9 Replies
View Related
Nov 1, 2007
Is there a key combination to move Right to the end of the row even though there may be blanks within that row?
If I do a Shift>Ctrl>Right arrow it will highlight to the cell just before the first blank cell.
I am trying to "Move" to the Right end of the table reguardless of what cell I'm in or if there are blanks in the row.
View 9 Replies
View Related
Dec 20, 2007
looking for the most efficient way of doing this.
I have a sheet and basically they'll be groups of funds
so it looks like this:
Summary of Fund: Name of fund
data
data..
sub total
Summary of Fund: name of fund2
data
data
data
data
sub total
Summary of Fund: Name of fund3
data
sub total
I want to grab each section and place it in its own sheet and have the sheet named after the fund.
View 9 Replies
View Related
Jun 19, 2008
to create a button,then I choose the row that I want the data to be move down..For example,when I choose the row 20,the data from row 21 to 30 will move down,and 31-40 will move down and so on....so that from row 21-30,there will be empty....
View 9 Replies
View Related
Sep 1, 2008
I have a Group Box (from the Forms Toolbar) with alot of Options Buttons (18) that are assigned macros to navigate around my worksheet.
The Group Box is currently set in Range B2:G7 . What I am trying to do is, if one of my Option Buttons brings me to L23, my Group box will still show in L2:R7. In other words, the Group Box moves Right where ever the active cell is.
I have tried Freezing Panes in numerous position, but that does not give me what I'm after. Tried Format Control, whatever I could think of, etc.
Could be that I am not using the right control to set this up?
View 9 Replies
View Related
Oct 2, 2008
I inherited a spreadsheet from someone who knows nothing of excel, its massive and I'm trying to organize it into an actual spreadsheet instead of some weird note taking program.
Is there an easy way to take a couple of Cells worth of text and move into one cell combined.
I.e.
This is
just one
Example
Above would be one example, there are 3 cells used to input one sentence... I want to move those to one cell to read
This is just one example
There are also cells with Data Separated by a "/" is there a way to separate that quickly without manually typing or reformatting my wrists are starting to hurt
View 9 Replies
View Related
Feb 11, 2009
how I can move the cursor position on all visible worksheets to A1 before a workbook is saved.
View 9 Replies
View Related
Sep 24, 2009
using VBA, where if in Column I = "TRUE", move the entire row plus the 1 row underneath to sheet named "PaymentData?
View 9 Replies
View Related
Nov 28, 2009
I have the following macro that I found through Search (written by Peterss) and have been able to modify it to work for me.
Sub MergeBooks()
Dim myFolder As String
Dim myBooks
Dim ws As Worksheet, wsMaster As Worksheet
Dim nr As Long, rws As Long, i As Long
Dim LR As Long
Application.ScreenUpdating = False
Application.EnableEvents = False
myFolder = "C:Documents and SettingsNalaniDesktopForecast"
I have been trying to get the information from the Next Workbook to move over 5 columns (E), then the Next book to move to col (I), etc.
View 9 Replies
View Related
Sep 15, 2006
I'm working on a spreadsheet that has a title sheet with a list of company names, each subsequent sheet has that company’s info. I have a macro in it that uses the name in A1 (on the company info sheets) to name the tab (with error checking).
What I now need (and can't for the life of me figure out how to do) is to have a link between the title sheet -when you click on a company name- and the company info sheet.
The company info sheet had the same exact name in A1 and on the tab as what is on the title sheet.
View 9 Replies
View Related