Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
Lista Forumurilor Pe Tematici
Mrrrr's Forum (VIEW ONLY) | Reguli | Inregistrare | Login

POZE MRRRR'S FORUM (VIEW ONLY)

Nu sunteti logat.
Nou pe simpatie:
crazy_hell_angel 25 ani
Femeie
25 ani
Gorj
cauta Barbat
25 - 53 ani
Mrrrr's Forum (VIEW ONLY) / Tutoriale si Ghiduri Utile // Tutorials and useful guides / [EXCEL] Create a shortcut for PASTE VALUES Moderat de TRaP, TonyTzu
Autor
Mesaj Pagini: 1
TonyTzu
Moderator

Inregistrat: acum 12 ani
Postari: 252
Source:

Unfortunately, they don't provide one. There are ways around this, however. One way is to just create a toolbar button that pastes values for you. All you need to do is follow these steps:

1. Choose Customize from the Tools menu. Excel displays the Customize dialog box.
2. Make sure the Commands tab is selected. (See Figure 1.)


Figure 1. The Commands tab of the Customize dialog box.

3. In the list of Categories, select the Edit category.
4. In the list of Commands, select Paste Values.
5. Use the mouse to drag the Paste Values command from the Commands list to its new location on the toolbar. When you release the mouse button, the new icon appears on the toolbar.
6. Click on Close to dismiss the Customize dialog box.

Now, whenever you want to paste just the values, you can click on the new toolbar button.


pus acum 9 ani
   
TonyTzu
Moderator

Inregistrat: acum 12 ani
Postari: 252
Source:

If you don't want to use the mouse to paste values, then you can use the tried-and-true keyboard sequence to paste values:

Alt+E, S, V, Enter.

This sequence selects the menus and dialog box options necessary to paste values.


pus acum 9 ani
   
TonyTzu
Moderator

Inregistrat: acum 12 ani
Postari: 252
Source:

If you want a shorter keyboard shortcut, the best way to do it is to create a macro that does the pasting for you, and then make sure that you assign a keyboard shortcut to the macro. Press ALT+F11 to open Visual Basic. Create the following simple macro:

Sub PasteVal()
    Selection.PasteSpecial Paste:=xlValues
End Sub

Now, follow these steps:

1. Press Alt+F8 to display the Macro dialog box.
2. From the list of available macros, select the PasteVal macro you just created.
3. Click on Options. Excel displays the Macro Options dialog box. (See Figure 2.)


Figure 2. The Macro Options dialog box.

4. In the Shortcut Key area, indicate the key you want used with the Ctrl key as your shortcut. For instance, if you want Ctrl+G to execute the macro, then enter a G in the Shortcut Key area.
5. Click on OK to close the Macro Options dialog box.
6. Click on Cancel to close the Macro dialog box.

Now, whenever you want to paste values, all you need to do is press Ctrl+G, the macro is run, and the values in the Clipboard are pasted to the selected cell.


pus acum 9 ani
   
Pagini: 1  

Mergi la