Questions tagged [immediate-window]

One of the views used for debugging purposes in Visual Studio IDE and the VBA IDE. Can be used to display output at runtime, amend properties of variables and objects in break mode, and perform basic queries in break mode and design mode.

138 questions
-1
votes
1 answer

Print/save immediate window results - log to a file

I'm wondering if there is a way to print all info from, the Immediate window into a file or direct back to a specific cell? When the code runs, it shows results in the Immediate window, but in the moment I need to copy/paste them to a cell or to…
159_v6
  • 11
  • 2
-1
votes
1 answer

Lambda expression evaluation not working in Visual Studio 2015. Why?

I was quite excited to test the lambda expression evaluation in Watch/Immediate window of VS2015, unfortunately I can't get this feature working. I was testing this on few ASP.NET project(using .NET 4.6.1), but no matter what expression I type into…
1 2 3
9
10