answersLogoWhite

0

When the "View Side by Side" command is activated in Microsoft Word, the "Synchronous Scrolling" feature is also enabled. This allows both documents to scroll simultaneously, making it easier to compare them directly. Users can turn off synchronous scrolling if they want to scroll through one document without affecting the other.

User Avatar

AnswerBot

9mo ago

What else can I help you with?

Related Questions

What is ping command and describe the usage of ping command?

The ping command is to check that an IP address is reachable. the ping command is used to know the active networks and ip address in the network. it also used to self check the address when there is connection trouble with other system. internet control message protocol is used by the ping.


Who is Eurylochus in Odyssey?

He is Second in Command of Odysseus Legion. He is also the one who led some men into Circes Palace when they were turned to swine. He was the only one in that group that was not turned to swine because he feared a trap.


Displays the IP address of the host and other configuration information?

There are commands in command line interface for this . To know the ip address of host you can use Ipconfig command . Ipconfig command will also gives your other details as well.


What command will display a list of active and inactive network interfaces on Unix Linux and Mac OS X?

To display a list of active and inactive network interfaces on Unix, Linux, and macOS, you can use the command ifconfig in the terminal. Alternatively, on modern Linux systems, ip addr or ip link can also be used to achieve the same result. On macOS, ifconfig is the primary command for this purpose as well.


Is active a describing word?

Yes, you could say so. "Active" is an adjective. It is used to modify or describe other words.It should be noted that active is also a verb (as in to be active).


What is the active ingredient for lemons?

The active ingredient for lemons is citric acid. Citric acid is also an active ingredient that is found in oranges, limes, and other citrus fruits.


Program in shell of implementing cp command?

The 'cp' command is a primitive command; there isn't anything really in the shell to accomplish this. You could use other commands for 'cp' (such as 'cat') but those are also primitive commands.


What is the router command used to copy the running-configuration to NVRAM?

The router command used to copy the running configuration to NVRAM is copy running-config startup-config. This command saves the current active configuration so that it will be retained after a reboot. You can also use the shorthand version wr (short for "write memory") to achieve the same result.


What other words you can use for accepted?

Accepted as in accepted Islam, can also be termed as 'turned to' Islam.


What is the default active cell upon launching ms exel?

Cell A1 in Sheet1. A1 will also be the active cell in all other sheets.


What command on the command prompt will display the sub directories on the current directory?

The command you are looking for is "ls"Also the "dir" command works


What is Signal handling in Linux?

Signal handling is a programming concept that allows programs to talk to each other via 'signals'. A user can also issue signals to a program at will using the 'kill' command. For example, kill -15 <command> tells the command to terminate kill -9 <command> tells the command to terminate forcibly kill -USR1 <command> tells the command to do whatever it was programmed to do when it received the USR1 signal.