answersLogoWhite

0

How do you move data?

User Avatar

Anonymous

15y ago
Updated: 8/18/2019

cut/copy and paste or drag and drop.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Why do business move data in and out of excel?

to perform some kind of action on the data


Is moving data the same as duplicating data?

No, moving data is not the same as duplicating data. Here’s the difference in simple terms: Moving Data Data is transferred from one location to another The original data is removed after the move Example: Cutting a file from one folder and pasting it into another Duplicating Data Data is copied to another location The original data remains unchanged Example: Copying a file and pasting it into a different folder ✅ Key Difference Action Original Data New Copy Moving ❌ Removed ✅ Present Duplicating ✅ Remains ✅ Present


In Excel 2011 which two keys can you use to move quickly to the furthermost right column?

You can use the Ctrl key and the right arrow key to move across blocks of data and to the right end.You can use the Ctrl key and the right arrow key to move across blocks of data and to the right end.You can use the Ctrl key and the right arrow key to move across blocks of data and to the right end.You can use the Ctrl key and the right arrow key to move across blocks of data and to the right end.You can use the Ctrl key and the right arrow key to move across blocks of data and to the right end.You can use the Ctrl key and the right arrow key to move across blocks of data and to the right end.You can use the Ctrl key and the right arrow key to move across blocks of data and to the right end.You can use the Ctrl key and the right arrow key to move across blocks of data and to the right end.You can use the Ctrl key and the right arrow key to move across blocks of data and to the right end.You can use the Ctrl key and the right arrow key to move across blocks of data and to the right end.You can use the Ctrl key and the right arrow key to move across blocks of data and to the right end.


What is a traversing process in data structure?

like searching in data structure, move on nodes and check them


Is it possible to move data within accumulator?

we use LDA ## where ## is an 8 bit hexadecimal data


What is the command to move data on drive c?

MD


What is it called when you move data to another computer?

uploading


Does Switches move data using physical addresses and routers move data using logical addresses?

............ i hit people with nikes they eat my treadmarks GO NIKES


Can outliers affect the symmetry of the data?

an outliers can affect the symmetry of the data because u can still move around it


How do you use clipboard to move data from one workbook to another?

The best way is to open both workbooks. Go to the first workbook (source) and copy or cut the data you want to move. Go to the second workbook (target) and paste the data where you want it.


How can you move the data from servlet to jsp?

To move data from a servlet to a JSP, you can use the request object to set attributes. You can call request.setAttribute("attributeName", data) in the servlet to store the data. Then, use request.getAttribute("attributeName") in the JSP to access that data. Finally, forward the request to the JSP using a RequestDispatcher, like request.getRequestDispatcher("yourPage.jsp").forward(request, response).


Will mov instruction move the data or copy the data?

The mov instruction in assembly language typically copies data from one location to another. It takes the value from the source operand and places it into the destination operand. The original data at the source location remains unchanged; hence, it is a copy rather than a move in the sense of removing the data from the source.